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 version 11.1 in finding CUDA libdevice #7033

Merged
merged 2 commits into from
Dec 4, 2020
Merged

Conversation

t-vi
Copy link
Contributor

@t-vi t-vi commented Dec 4, 2020

Maybe we should have a >= check instead.

I also added a fallback to detect the version if version.txt is missing. Calling nvcc for this has been inspired by what PyTorch does when compiling extension modules.

Maybe we should have a >= check instead.
I also added a fallback to detect the version if version.txt is
missing. Calling nvcc for this has been inspired by what PyTorch
does when compiling extension modules.
@tqchen tqchen merged commit 91dafd9 into apache:main Dec 4, 2020
@tqchen
Copy link
Member

tqchen commented Dec 4, 2020

Thanks @t-vi !

TusharKanekiDey pushed a commit to TusharKanekiDey/tvm that referenced this pull request Jan 20, 2021
* Add CUDA 11.1 libdevice

Maybe we should have a >= check instead.
I also added a fallback to detect the version if version.txt is
missing. Calling nvcc for this has been inspired by what PyTorch
does when compiling extension modules.
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Jan 21, 2021
* Add CUDA 11.1 libdevice

Maybe we should have a >= check instead.
I also added a fallback to detect the version if version.txt is
missing. Calling nvcc for this has been inspired by what PyTorch
does when compiling extension modules.
electriclilies pushed a commit to electriclilies/tvm that referenced this pull request Feb 18, 2021
* Add CUDA 11.1 libdevice

Maybe we should have a >= check instead.
I also added a fallback to detect the version if version.txt is
missing. Calling nvcc for this has been inspired by what PyTorch
does when compiling extension modules.
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