История изменений
Исправление
Ceiling_QB,
(текущая версия)
:
Спасибо за ссылку. Ещё бы научиться правильно запускать, в README всё про Nvidia.
➜ cuda_memtest ./ocl_memtest --help
usage: ./ocl_memtest [options]
The available options are:
--device <devid> #device ID, on which the test will perform
--num_passes <n> #num of passes to run tests
--num_iterations <n> #num of iterations in test10 in each pass
--exit_on_error #exit the prorgam when memory errors are detected
--help #print out this message
➜ cuda_memtest ./ocl_memtest --device 0
hostname is tea
CL_PLATFORM_NAME: Clover
CL_PLATFORM_VERSION: OpenCL 1.1 MESA 10.5.0-devel
ERROR: opencl call failed with rc(-1), line 320, file ocl_memtest.cpp
Error: Device not found.
Исходная версия
Ceiling_QB,
:
➜ cuda_memtest ./ocl_memtest --help
usage: ./ocl_memtest [options]
The available options are:
--device <devid> #device ID, on which the test will perform
--num_passes <n> #num of passes to run tests
--num_iterations <n> #num of iterations in test10 in each pass
--exit_on_error #exit the prorgam when memory errors are detected
--help #print out this message
➜ cuda_memtest ./ocl_memtest --device 0
hostname is tea
CL_PLATFORM_NAME: Clover
CL_PLATFORM_VERSION: OpenCL 1.1 MESA 10.5.0-devel
ERROR: opencl call failed with rc(-1), line 320, file ocl_memtest.cpp
Error: Device not found.
Я точно что-то делаю не так. Что такое Device ID?