-
Notifications
You must be signed in to change notification settings - Fork 31
task: add more env var documentation #2137
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
base: master
Are you sure you want to change the base?
Conversation
View rendered docs @ https://intelpython.github.io/dpctl/pulls/2137/index.html |
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_105 ran successfully. |
e346c8f
to
6ad1f1b
Compare
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_105 ran successfully. |
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_107 ran successfully. |
6ad1f1b
to
48ba91b
Compare
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_105 ran successfully. |
1 similar comment
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_105 ran successfully. |
48ba91b
to
9037fa2
Compare
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_105 ran successfully. |
9037fa2
to
5084a64
Compare
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_105 ran successfully. |
@ndgrigorian ready for another review |
Noting: |
Variable ``ZE_AFFINITY_MASK`` | ||
------------------------------- | ||
Allows users to mask specific devices from being used by SYCL applications. | ||
If we have ZE_FLAT_DEVICE_HIERARCHY set to COMPOSITE, we can have an AFFINITY of “1” for our application to only see device #1 - making system devices 0, and 2+, invisible. Etc. |
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.
may be worth mentioning how it works with FLAT
and COMBINED
see: https://www.intel.com/content/www/us/en/developer/articles/technical/flattening-gpu-tile-hierarchy.html
I'm not sure if I've tested combined with affinity mask in retrospect...
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 already linked that for the ZE_DEVICE_HIERARCHY docs, and I can't find any mention of how exactly ZE_AFFINITY_MASK
interacts with COMBINED
.
I will include the blurb about FLAT
here as well, but I see nothing for COMBINED
documented here: https://oneapi-src.github.io/level-zero-spec/level-zero/latest/core/PROG.html#affinity-mask
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.
yeah I'm going to go ahead and test it myself, since it's not documented in the compiler composite device extension either
5084a64
to
a25c161
Compare
Array API standard conformance tests for dpctl=0.21.0dev0=py310h93fe807_111 ran successfully. |
This PR adds some needed environment variable documentation to the git pages.