taichi
taichi is an actively used programming language created in 2019. A Language for High-Performance Computation on Spatially Sparse Data Structures
1Years Old | ?Users | ?Jobs |
- taichi first appeared in 2019
- Have a question about taichi not answered here? Email me and let me know how I can help.
Example code from the web:
// For CPU Parallelize(int num_threads) // Multi-threading Vectorize(int width) // Loop vectorization // For GPU BlockDim(int blockDim) // Specify GPU block size // For scratchpad optimization AssumeInRange(Expr base, int lower, int upper) Cache(Expr) // Cache data into GPU L1 cache CacheL1(Expr) More discussions on h
Last updated August 9th, 2020