[Language]Adds a random number generation capability through curand_kernel (#1461)
* add curand.{curand_init, curand}
* run format.sh
* add default value for curand_init & add test for curand
* Update testing/python/language/test_rand.py
Remove unused thread binding
Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* remove unused library
* enable tilelang cache for testing
* run format.sh
* Revert "run format.sh"
This reverts commit 5afaff782f31cdf653e2c45b469da8dead228b8a.
* Revert "enable tilelang cache for testing"
This reverts commit c277a43e77938bd88d47a108dd1bd65734d4a1ae.
* Revert "remove unused library"
This reverts commit 568ad20611f039380113937fd131151a2bffd801.
* run format.sh
* ensure FreshName for __philox_state
* ensure FreshName for __philox_state
* change the return type of T.rng_init
---------
Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Showing
tilelang/language/random.py
0 → 100644
Please register or sign in to comment