-
Notifications
You must be signed in to change notification settings - Fork 255
compiler: Faster compilation time #2928
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
Changes from all commits
8c3c10e
cc446ae
24ea6a0
2b3da4e
4b7cf36
afcb9ff
046a1da
5720f8a
f29c218
07b14c4
f94c3f4
7252c88
6249431
7985efa
954fb3a
6e9d7b0
30eb228
0b2e7ed
b3bccea
0cea087
16f4322
00c74c9
2df56b4
467d2c0
11432ff
2273fe8
d987066
f98f167
bafb599
6605d09
61a5929
a30bf99
e4ea78d
c0c0755
3a9b1ea
99a70ee
408fb08
c05496d
685b01f
749f904
c00b248
4a24b05
c6fef66
93ff555
acfbcba
392fc8a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -496,6 +496,7 @@ def parse_product_arch(): | |
| def get_visible_devices(): | ||
| device_vars = ( | ||
| 'CUDA_VISIBLE_DEVICES', | ||
| 'NVIDIA_VISIBLE_DEVICES', | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it is visible yes: |
||
| 'ROCR_VISIBLE_DEVICES', | ||
| 'HIP_VISIBLE_DEVICES' | ||
| ) | ||
|
|
||
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.
Leftover? Also the filename is typoed