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 a188a0b commit c9e6676Copy full SHA for c9e6676
clang/lib/Driver/ToolChains/Cuda.cpp
@@ -944,9 +944,8 @@ void CudaToolChain::addClangTargetOptions(
944
toolchains::SYCLToolChain::AddSYCLIncludeArgs(getDriver(), DriverArgs,
945
CC1Args);
946
947
- if (DriverArgs.hasArg(options::OPT_fsycl_fp32_prec_sqrt)) {
+ if (DriverArgs.hasArg(options::OPT_fsycl_fp32_prec_sqrt))
948
CC1Args.push_back("-fcuda-prec-sqrt");
949
- }
950
} else {
951
CC1Args.append(
952
{"-fcuda-is-device", "-mllvm", "-enable-memcpyopt-without-libcalls"});
0 commit comments