We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test code:
@ti.kernel def num_test(): n = 3 for i, j in ti.ndrange(n, n): print(i, j) ti.init(arch=ti.cuda, default_ip=ti.i64) num_test() ti.sync()
warning content:
type_check.cpp:type_check_store@36] [$64] Local store may lose precision: i32 <- i64
the above test code is just one of many similar cases
The text was updated successfully, but these errors were encountered:
strongoier
No branches or pull requests
test code:
warning content:
type_check.cpp:type_check_store@36] [$64] Local store may lose precision: i32 <- i64
the above test code is just one of many similar cases
The text was updated successfully, but these errors were encountered: