Skip to content

v2.5.cfa5e2a

Choose a tag to compare

@RichardGe RichardGe released this 15 Nov 17:04
· 47 commits to main since this release
8071587
  • When you run the cmake, you should use none or one flag among this list:
-DBAKE_KERNEL=ON          --> Enable the use of encrypted and baked uncompiled kernels source code
-DBAKE_COMPILED_KERNEL=ON --> If enabled, the kernels will be compiled and embedded as a buffer inside the binary. If you do that, you should also enable the flag 'PRECOMPILE'
-DBITCODE=ON              --> Enable bitcode linking: when running the program, it's expected to find precompiled kernels as external files.
  • More flexible vector types
  • Unifying math into a single header
  • Collapse crash fix
  • Other minor fixes