Show cuda version during compilation.
All threads resolved!
All threads resolved!
- Add a function
showCudaVersion()
that print usefull information for helping debug:
Aidge backend CUDA: 0.2.0 (0665f46), Apr 17 2024 07:52:22
CUDA compiler version: 12.4.99
CuDNN version: 8.9.7
Detected 7 CUDA Capable device(s)
Device #0: "NVIDIA A100-PCIE-40GB"
CUDA Driver Version / Runtime Version: 12.4 / 12.4
CUDA Capability Major/Minor version number: 8.0
Device #1: "NVIDIA A100-PCIE-40GB"
CUDA Driver Version / Runtime Version: 12.4 / 12.4
CUDA Capability Major/Minor version number: 8.0
Device #2: "NVIDIA A100-PCIE-40GB"
CUDA Driver Version / Runtime Version: 12.4 / 12.4
CUDA Capability Major/Minor version number: 8.0
Device #3: "NVIDIA A100-PCIE-40GB"
CUDA Driver Version / Runtime Version: 12.4 / 12.4
CUDA Capability Major/Minor version number: 8.0
Device #4: "NVIDIA A100-PCIE-40GB"
CUDA Driver Version / Runtime Version: 12.4 / 12.4
CUDA Capability Major/Minor version number: 8.0
Device #5: "NVIDIA A100-PCIE-40GB"
CUDA Driver Version / Runtime Version: 12.4 / 12.4
CUDA Capability Major/Minor version number: 8.0
Device #6: "NVIDIA A100-PCIE-40GB"
CUDA Driver Version / Runtime Version: 12.4 / 12.4
CUDA Capability Major/Minor version number: 8.0
- Add logs in Cmake to help in future debug:
-- Project name: aidge_backend_cuda
-- Project version: 0.2.0
-- Latest git commit: 0665f46
-- Cuda compiler version = 12.4.99
Edited by Cyril Moineau
Merge request reports
Activity
Filter activity
assigned to @cmoineau
added StatusWIP label
- Resolved by Cyril Moineau
I suggest to add a function like
printVersionInformation()
in N2D2 (see https://github.com/CEA-LIST/N2D2/blob/master/src/utils/Helper.cpp). It could be added almost as is inLog
class for instance, but the CUDA part needs to be separated...Edited by Olivier BICHLER
added 1 commit
- bd67fdec - Add cuda compiler version in showCudaVersion.
changed milestone to %aidge - April 2024
added Feature label
added 10 commits
-
aa272389...517de61b - 7 commits from branch
dev
- d3642bc9 - Show cuda version during compilation.
- 7f92f2f6 - Add showCudaVersion method.
- 820589d2 - Add cuda compiler version in showCudaVersion.
Toggle commit list-
aa272389...517de61b - 7 commits from branch
enabled an automatic merge when the pipeline for 820589d2 succeeds
mentioned in commit 0e36e66d
added Compilation ⚙ label
Please register or sign in to reply