v2.5.cfa5e2a
- 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