forked from spcl/dace
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Error in Extracting Kernels #4
Comments
The detailed error message:
In the viewer all of the direct inputs (views, light blue) have float64 datatype. |
I add the SDFG and the reproducer (change the path accordingly):
|
This is addressed in spcl#1662 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I cant extract many kernels of velocity tendencies because of the following error:
I use the following function to cut out kernels, where I call the following function for every GPU_Device scheduled map.
The error I get is:
Extract kernel: T_l2716_c2728_gmap[T_l2716_c2728__gmapi=0] ( T_l2716_c2728_gmap[T_l2716_c2728__gmapi=0] )
Error in extracting and profiling kernel: T_l2716_c2728_gmap[T_l2716_c2728__gmapi=0] ( T_l2716_c2728_gmap[T_l2716_c2728__gmapi=0] )
Error: 'NestedDict does not support setting nested keys'
Could it be related to structs? I am going to create a better minimally reproducible example with one of the kernels that fail and provide more details.
The text was updated successfully, but these errors were encountered: