Skip to content

next-release, RC6

Pre-release
Pre-release

Choose a tag to compare

@RichardGe RichardGe released this 17 Jul 22:22
· 2 commits to next-release since this release

Compared to RC5, we just added a possibility to disable Bake Kernel generation.
use :
-DGENERATE_BAKE_KERNEL=OFF
in cmake argument.

if it's forced to OFF, some building functions from the HIPRT API, like hiprtBuildTraceKernelsFromBitcode should fail.
If your project only uses precompiled kernels, that's fine to set this flag to OFF.