memtestG80
memtestG80 copied to clipboard
CUDA-based memory tester for NVIDIA GPUs
I get this when running the make command `` nvcc -c -DWINDOWS -DCURL_STATICLIB -O2 -Xptxas -v -o memtestG80_core.obj memtestG80_core.cu nvcc fatal : Cannot find compiler 'cl.exe' in PATH make: ***...
I am running a RTX 3090 with 24 Gigs of vram. Trying to allocate 4095mb gives the following error: ``` memtestG80.exe 4095 1 ------------------------------------------------------------- | MemtestG80 v1.00 | | |...
Without this, I get this error: ``` /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded...
Skip random blocks test if more than 16400 MiB are tested.
I have just tried testing on two new Quadro P6000 cards. Both return the same errors on tests while testing memory over 16400 MiB. Following are results of 16400 passing,...