2 Star 25 Fork 23

之江天枢/OneFlow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.clangd 546 Bytes
一键复制 编辑 原始数据 按行查看 历史
# This .clangd configuration enables CUDA (nvcc) support.
# NOTE: OneFlow's custom clangd NEED to be installed for "CommandMatch" and "Replace" to work.
# or this configuration will not take any effect.
# Download link: https://github.com/Oneflow-Inc/llvm-project/releases
If:
CommandMatch: ^[^ ]*/nvcc
CompileFlags:
Remove: [--diag_suppress=*, --generate-code=*, -forward-unknown-to-host-compiler, -Xcompiler, -Xcudafe, --use_fast_math]
Replace: ['^([^ ]*)/bin/nvcc', 'clang++ --cuda-path=\1', '-isystem=', '-isystem ', '-Xcompiler=', '']
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhijiangtianshu/oneflow.git
git@gitee.com:zhijiangtianshu/oneflow.git
zhijiangtianshu
oneflow
OneFlow
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385