1// Lists of extension features
2PER_EXTENSION(sparse) // Sparse data structures
3PER_EXTENSION(quant) // Quantization
4PER_EXTENSION(mesh) // MeshTaichi
5PER_EXTENSION(quant_basic) // Basic operations in quantization
6PER_EXTENSION(data64) // Metal doesn't support 64-bit data buffers yet...
7PER_EXTENSION(adstack) // For keeping the history of mutable local variables
8PER_EXTENSION(bls) // Block-local storage
9PER_EXTENSION(assertion) // Run-time asserts in Taichi kernels
10PER_EXTENSION(extfunc) // Invoke external functions or backend source
11