Skip to content

Commit e14a222

Browse files
RichardGehumanx98
andcommitted
fix embedded oro_compiled_kernels.hipfb
simpler version of: #33 Co-Authored-By: Bohdan Semenov <[email protected]>
1 parent b73dc62 commit e14a222

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)