Skip to content

Commit 2668a99

Browse files
authored
Merge pull request #118 from GPUOpen-LibrariesAndSDKs/feature/ORO-0-fix-embedded
fix embedded oro_compiled_kernels.hipfb
2 parents faa2fa8 + aa39118 commit 2668a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ParallelPrimitives/RadixSort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ void RadixSort::compileKernels( const std::string& kernelPath, const std::string
166166

167167
std::string binaryPath{};
168168
std::string log{};
169-
if constexpr( useBitCode )
169+
if constexpr( usePrecompiledAndBakedKernel || useBitCode )
170170
{
171171
const bool isAmd = oroGetCurAPI( 0 ) == ORO_API_HIP;
172172
binaryPath = getCurrentDir();

0 commit comments

Comments
 (0)