Skip to content

Commit 83ca829

Browse files
authored
Merge pull request #34 from GPUOpen-LibrariesAndSDKs/fix_embedded
fix embedded oro_compiled_kernels.hipfb
2 parents b73dc62 + e14a222 commit 83ca829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/Orochi/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)