Details
Details
- Reviewers
herhut - Commits
- rG62adfed30a12: Unrank mcuMemHostRegister tensor argument.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The presubmit failure is from clang-tidy:
/mnt/disks/ssd0/agent/workspace/BETA_amd64_debian_testing_clang8/llvm-project/mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp:22:10: error: 'cuda.h' file not found [clang-diagnostic-error] #include "cuda.h" ^
Is there anything I can/need to do about it?
Comment Actions
Nice cleanup, thanks!
mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp | ||
---|---|---|
106 | This is a bit fishy, as you rely on the inner layout of the descriptor declared in a different file. It would be nicer to have an interface in that header that allows to do this. |
mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp | ||
---|---|---|
106 | Will do that in a separate change. |
This is a bit fishy, as you rely on the inner layout of the descriptor declared in a different file. It would be nicer to have an interface in that header that allows to do this.