Pointers as parameters to differentiable functions cause compiler to crash #5805
Labels
goal:client support
Feature or fix needed for a current slang user.
kind:bug
something doesn't work like it should
Milestone
Here's a little reproducer on Slang playground
It seems that whenever I pass a slang pointer to a differentiable function, the compiler crashes.
This occurs regardless of if I mark that pointer with no_diff or not.
It also occurs regardless independently from whether that pointer is actually touched by the code or not. In the example above, I don't actually read from the pointer, but I still see the issue.
The text was updated successfully, but these errors were encountered: