We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"cu"
CUDAKernelCallExpr
__clang_cuda_runtime_wrapper.h
<built-in>
-ccbin
$CUDA_DIR |-- bin | \-- nvcc |-- include
error: unsupported option '--options-file=/home/varun/MDL-SDK/cmake/nvcc-option-use_fast_math.lst' error: unknown argument: '-forward-unknown-to-host-compiler' error: unknown argument: '-ccbin=/usr/bin/c++' error: unknown argument: '-rdc=true' error: unknown argument: '-forward-unknown-to-host-compiler' error: unknown argument '-arch=sm_50'; did you mean '-march=sm_50'? error: unknown argument: '-ptx'
--options-file
The text was updated successfully, but these errors were encountered:
Filed a separate issue for the GCC headers: #440
Sorry, something went wrong.
No branches or pull requests
"cu"
. feat: Add initial support for CUDA #433CUDAKernelCallExpr
. feat: Initial code nav support for CUDA kernel call expressions #435CUDAKernelCallExpr
inside templates. Example: https://sourcegraph.com/github.com/apache/mxnet@b84609d/-/blob/src/operator/nn/pool.cuh?L111:17-111:39#tab=references (fix: Try to emit refs for unresolved call expressions #437)__clang_cuda_runtime_wrapper.h
not being found (referenced from the<built-in>
header for CUDA). feat: Auto-detect Clang directories when using NVCC #436-ccbin
if present? It is absent when MXNet is compiled. And obviously GCC doesn't have this header.--options-file
by just inlining all the arguments from the file and then processing that?The text was updated successfully, but these errors were encountered: