Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/Driver/ToolChains/
-
Driver/
-
ToolChains/
-
Cuda.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D47268
[CUDA] Fixed the list of GPUs supported by CUDA-9
Closed
Public
Authored by
tra
on May 23 2018, 9:31 AM.
Download Raw Diff
Details
Reviewers
jlebar
klimek
Commits
rG578653a8fc5f: [CUDA] Fixed the list of GPUs supported by CUDA-9.
rL333098: [CUDA] Fixed the list of GPUs supported by CUDA-9.
rC333098: [CUDA] Fixed the list of GPUs supported by CUDA-9.
Summary
Removed sm_20 as it is not supported by CUDA-9.
Added sm_37.
Diff Detail
Repository
rC Clang
Event Timeline
tra
created this revision.
May 23 2018, 9:31 AM
Herald
added subscribers:
bixia
,
sanjoy
.
·
View Herald Transcript
May 23 2018, 9:31 AM
jlebar
accepted this revision.
May 23 2018, 9:33 AM
This revision is now accepted and ready to land.
May 23 2018, 9:33 AM
Closed by commit
rC333098: [CUDA] Fixed the list of GPUs supported by CUDA-9.
(authored by
tra
).
·
Explain Why
May 23 2018, 9:49 AM
This revision was automatically updated to reflect the committed changes.