-
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
Add .A[]
access for table view support in debug
#14
Add .A[]
access for table view support in debug
#14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the PR description. It's nice to have some context.
) | ||
table_view[:] = [2, 3, 4, 5] | ||
|
||
@gtscript.stencil(backend="debug") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
random thought: once we bring the debug backend back into gt4py mainline, we should check which tests are specific to the debug backend and which tests should actually be annotated with @gtscript.stencil(backend=ALL_BACKENDS
(with potential excludes referencing issues with missing implementation in other backends)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll log that in right away, I can feel myself forgetting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
) | ||
table_view[:] = [2, 3, 4, 5] | ||
|
||
@gtscript.stencil(backend="debug") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.A[]
access for table view support in debug.A[]
access for table view support in debug
8ed7a0d
into
int_cast_aboslute_k_debug
Add the
GlobalTable
feature support fordebug
backend.Global table is an "off-grid" array that can only be accessed absolutely via data dimensions.