cuda_memtest
cuda_memtest copied to clipboard
Fork of CUDA GPU memtest :eyeglasses:
As this project is far beyond the original version, it might be helpful to have some kind of releases /git tags in place. The last release of the sourceforge version...
Why do you have both a `CMakeLists.txt` and a `Makefile`? Which one is the preferred one? Considering that the `Makefile` is being overriden by cmake, can it be removed to...
cuda_memtest seems to abort with "out of memory" (line 148 in cuda_memtests.cu) when run in a container (nvidia-docker1 and 2) on V100 GPUs. The problem might be a general one...
Nvidia NVML does not support non-Tesla product very well. Problems are known with [mobile](https://github.com/NVIDIA/nvidia-docker/issues/40#issuecomment-175255477) cards and even [Quadro cards](https://github.com/ComputationalRadiationPhysics/picongpu/issues/2704#issuecomment-428897871). (Reported as RFE to Nvidia as Bug ID 2417658.) Anyway, this...
Currently it is not possible to compile the host and device side of *cuda_memtest* with the clang compiler. Maybe it is enough to update the `CMakeList.txt` and take care of...
We could an API that allows to either - build and call cuda_memtest directly in third party projects - build a library that can be bound to third party projects
There is missing pthreads.h, sys\time.h, unistd.h in Visual Studio 2019, would like to have cuda_memtest running in Windows
Hi, I met a problem when I am trying to install the cudamemtest. Here is the error info _ ``` sudo make [ 25%] Building CUDA object CMakeFiles/cuda_memtest.dir/tests.cpp.o /root/cuda_memtest/cuda_memtest.h(57): error:...
The last four runs of the CI failed with the error: ``` This request was automatically failed because there were no runners enabled online to process the request for more...
Install spack and prerequisites ``` git clone --depth=100 --branch=releases/v0.20 https://github.com/spack/spack.git ~/spack cd ~/spack . share/spack/setup-env.sh dnf install git patch curl ``` Installation Error ``` [root@localhost spack]# spack arch linux-rhel8-icelake [root@localhost...