[v0.11] Fix compilation error and ambiguity with CUDA and Intel backend when enabled at the same time due to functions with the same name

This commit is contained in:
Dr-Noob
2021-12-18 10:01:42 +01:00
parent 93889b2b18
commit 6d4d8b621b
10 changed files with 21 additions and 23 deletions

View File

@@ -143,7 +143,7 @@ char* get_str_peak_performance(struct gpu_info* gpu) {
}
char* get_str_peak_performance_tensor(struct gpu_info* gpu) {
return get_str_peak_performance_generic(gpu->peak_performance_t);
return get_str_peak_performance_generic(gpu->peak_performance_tcu);
}
char* get_str_generic(int32_t data) {