You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this message finds you well. I encountered this codegen bug while writing some ray marching code using Taichi. Unfortunately turning advanced_optimization off does not solve the issue.
Describe the bug
The following 11-line kernel fails to compile and produces a [codegen_cuda.cpp:emit_extra_unary@247] Not supported. error even when compiling with advanced_optimization=False. The kernel is a custom ray marching function, which I have stripped down to the minimum. The mip_from_pos, mip_from_dt functions are inspired from standard C raymarching libraries.
Dear Taichi team,
I hope this message finds you well. I encountered this codegen bug while writing some ray marching code using Taichi. Unfortunately turning
advanced_optimization
off does not solve the issue.Describe the bug
The following 11-line kernel fails to compile and produces a
[codegen_cuda.cpp:emit_extra_unary@247] Not supported.
error even when compiling withadvanced_optimization=False
. The kernel is a custom ray marching function, which I have stripped down to the minimum. Themip_from_pos, mip_from_dt
functions are inspired from standard C raymarching libraries.To Reproduce
Log/Screenshots
Additional comments
Output for
ti diagnose
Please feel free to reach out if you require any additional clarifications or logs from my end. Thank you for taking the time to review this report!
The text was updated successfully, but these errors were encountered: