[XLA:GPU] Add sm_75 to LLVM supported procs list
- This is required to prevent fallback to the default sm version when running on GPUs with the Turing architecture.
This commit is contained in:
parent
1182414979
commit
1674bd08ce
@ -125,6 +125,7 @@ static string GetSmName(std::pair<int, int> compute_capability) {
|
|||||||
{{6, 2}, 62},
|
{{6, 2}, 62},
|
||||||
{{7, 0}, 70},
|
{{7, 0}, 70},
|
||||||
{{7, 2}, 72},
|
{{7, 2}, 72},
|
||||||
|
{{7, 5}, 75},
|
||||||
});
|
});
|
||||||
int sm_version = 30;
|
int sm_version = 30;
|
||||||
auto it = m->find(compute_capability);
|
auto it = m->find(compute_capability);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user