We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4f28a commit c30ff80Copy full SHA for c30ff80
clang/lib/Driver/ToolChains/SYCL.h
@@ -222,7 +222,7 @@ StringRef resolveGenDevice(StringRef DeviceName);
222
SmallString<64> getGenDeviceMacro(StringRef DeviceName);
223
StringRef getGenGRFFlag(StringRef GRFMode);
224
225
-// // Prefix for GPU specific targets used for -fsycl-targets
+// Prefix for GPU specific targets used for -fsycl-targets
226
constexpr char IntelGPU[] = "intel_gpu_";
227
constexpr char NvidiaGPU[] = "nvidia_gpu_";
228
constexpr char AmdGPU[] = "amd_gpu_";
0 commit comments