Skip to content
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 GPU checking before compilation for rocm #4394

Merged
merged 1 commit into from
Nov 21, 2019

Conversation

t-vi
Copy link
Contributor

@t-vi t-vi commented Nov 21, 2019

Previously, we would rely on the later phases to error out (often for using too much shared memory). This enables the checks on the IR that already exist for CUDA and OpenCL also for ROCm.

@t-vi
Copy link
Contributor Author

t-vi commented Nov 21, 2019

@masahi as potential reviewer.
@petrex fyi.

Previously, we would rely on the later phases to error out
(often for using too much shared memory). This enables the
checks on the IR that already exist for CUDA and OpenCL also
for ROCm.
@t-vi t-vi force-pushed the autotvm_checkgpu_rocm branch from 18efd65 to a3838ae Compare November 21, 2019 11:46
@masahi masahi merged commit 786d799 into apache:master Nov 21, 2019
zxy844288792 pushed a commit to zxy844288792/tvm that referenced this pull request Nov 26, 2019
Previously, we would rely on the later phases to error out
(often for using too much shared memory). This enables the
checks on the IR that already exist for CUDA and OpenCL also
for ROCm.
yongwww pushed a commit to neo-ai/tvm that referenced this pull request Nov 26, 2019
Previously, we would rely on the later phases to error out
(often for using too much shared memory). This enables the
checks on the IR that already exist for CUDA and OpenCL also
for ROCm.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants