faster-python-with-taichi
faster-python-with-taichi copied to clipboard
Results
3
faster-python-with-taichi issues
Sort by
recently updated
recently updated
newest added
trafficstars
Hi, Using a pip install taichi on a PC with Windows 10 Pro, AMD 3995WX CPU, nVidia RTX A5000 GPU I get an incorrect result in count_primes.py when the arguments...
is_prime = ti.func(is_prime) count_primes = ti.kernel(count_primes) 请问这里面 ti.func和ti.kernel使用依据是什么?
great post https://docs.taichi-lang.org/blog/accelerate-python-code-100x but is it possible to debug by executing line by line in IDE like VS code ?