Package Details: cuda_memtest r83.dd723aa-2

Git Clone URL: https://aur.archlinux.org/cuda_memtest.git (read-only, click to copy)
Package Base: cuda_memtest
Description: A GPU memory test utility for NVIDIA and AMD GPUs.
Upstream URL: https://github.com/ComputationalRadiationPhysics/cuda_memtest
Keywords: amd cuda gpu memory memtest nvidia opencl test
Licenses: Illinois Open Source License
Submitter: revel
Maintainer: revel
Last Packager: revel
Votes: 44
Popularity: 0.96
First Submitted: 2011-06-24 23:18 (UTC)
Last Updated: 2022-08-31 10:19 (UTC)

Required by (0)

Sources (2)

Latest Comments

1 2 3 Next › Last »

revel commented on 2022-08-31 10:20 (UTC)

Done, thanks @dwheeler

dwheeler commented on 2022-08-30 21:22 (UTC)

Please add git to makedepends. It's now required because of the change in the source URL, but it is not going to be installed for anyone building from CHROOT.

revel commented on 2022-08-23 02:32 (UTC)

I don't really know how to help you, it seems to work just fine over here. https://pastebin.com/tS9VNaqj I fixed url of github repo though.

MartinX3 commented on 2022-08-22 09:08 (UTC) (edited on 2022-08-22 09:15 (UTC) by MartinX3)

Compilation dies with

$ cmake ..
-- The CXX compiler identification is GNU 12.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/ccache/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /usr/share/cmake/Modules/CMakeDetermineCUDACompiler.cmake:180 (message):
  Failed to find nvcc.

  Compiler requires the CUDA toolkit.  Please set the CUDAToolkit_ROOT
  variable.
Call Stack (most recent call first):
  CMakeLists.txt:41 (enable_language)
$ export CUDAToolkit_ROOT=/opt/cuda/bin/
$ cmake -DCMAKE_CUDA_ARCHITECTURES=52 ..
-- The CUDA compiler identification is unknown
CMake Error at CMakeLists.txt:41 (enable_language):
  No CMAKE_CUDA_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CUDACXX" or the CMake cache entry CMAKE_CUDA_COMPILER to the full
  path to the compiler, or to the compiler name if it is in the PATH.
$ export CUDACXX=/opt/cuda/bin/
$ cmake -DCMAKE_CUDA_ARCHITECTURES=52 ..
-- The CUDA compiler identification is unknown
-- Detecting CUDA compiler ABI info
CMake Error: Error required internal CMake variable not set, cmake may not be built correctly.
Missing variable is:
_CMAKE_CUDA_WHOLE_FLAG
CMake Error at /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile):
  Failed to generate test project build system.
Call Stack (most recent call first):
  /usr/share/cmake/Modules/CMakeTestCUDACompiler.cmake:19 (CMAKE_DETERMINE_COMPILER_ABI)
  CMakeLists.txt:41 (enable_language)

MartinX3 commented on 2022-08-22 09:06 (UTC) (edited on 2022-08-22 09:07 (UTC) by MartinX3)

Please replace the git source by https Github deactivated git.

Also please append "-git" to the aur name, otherwise the aur helper won't recognize it as a "dev" package, which kills the autoupdate.

lahwaacz commented on 2020-12-26 17:14 (UTC)

You can submit a new package for with the new name and then submit a merge request for this package.

revel commented on 2020-12-26 16:45 (UTC) (edited on 2020-12-26 16:46 (UTC) by revel)

thanks, updated

the ocl_memtest seems to be unmaintained and I can't see a way to even build it so this package provides now cuda_memtest utility

probably it should also be renamed to include the '-git' suffix, but not sure how to do that

lahwaacz commented on 2020-12-23 13:45 (UTC)

There is a maintained fork of cuda_memtest for newer hardware: https://github.com/ComputationalRadiationPhysics/cuda_memtest

commented on 2019-06-08 10:58 (UTC)

Broken again.

The same error reported by users below.

revel commented on 2016-12-09 15:13 (UTC)

@Svenstaro: done, thanks!