https://github.com/sergey-kozub closed
https://github.com/llvm/llvm-project/pull/123898
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/durga4github approved this pull request.
Changes look good to me. Let us wait for Artem's review
https://github.com/llvm/llvm-project/pull/123898
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/
@@ -89,12 +89,8 @@ CudaVersion getCudaVersion(uint32_t raw_version) {
return CudaVersion::CUDA_125;
if (raw_version < 12070)
return CudaVersion::CUDA_126;
- if (raw_version < 12080)
-return CudaVersion::CUDA_127;
if (raw_version < 12090)
return CudaVersio
https://github.com/sergey-kozub updated
https://github.com/llvm/llvm-project/pull/123898
>From 1c4a581d45b622591f5062830f2ff1e33b159a64 Mon Sep 17 00:00:00 2001
From: Sergey Kozub
Date: Wed, 22 Jan 2025 07:38:55 +
Subject: [PATCH] Remove incorrect CUDA defines
---
clang/include/clang/Basi