Replies: 1 comment 3 replies
-
You need to implement a test(s) in
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to enable
ssm_scan
on unsupported GPU Vulkan backends. Whilessm_scan
can run on the CPU, it is not supported on Vulkan. However, I am unsure how to validate the results of my implementation forssm_scan
. Is there a way of cross validating the operators' results (or even intermediate results for a whole graph), e.g., comparing GPU's results with the results generated by CPU backend?Beta Was this translation helpful? Give feedback.
All reactions