


) NVIDIA CUDAĬlGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL. Max size of kernel argument 4352 (4.25KiB)Ĭoncurrent copy and kernel execution (NV) Yesĭevice Extensions cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp64 cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_copy_opts cl_nv_create_bufferĬlGetPlatformInfo(NULL, CL_PLATFORM_NAME. Max 1D or 2D image array size 2048 images Max size for 1D images from buffer 134217728 pixels Minimum alignment for any data type 128 bytesĪlignment of base address 4096 bits (512 bytes) Single-precision Floating-point support (core)Ĭorrectly-rounded divide and sqrt operations Yesĭouble-precision Floating-point support (cl_khr_fp64) Half-precision Floating-point support (n/a) Platform Extensions cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp64 cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_copy_opts cl_nv_create_buffer Then you should get something similar to the following: clinfo
#Ubuntu 18.04 cuda 9.2 install#
Just install clinfo and run it to see: sudo apt install clinfo
#Ubuntu 18.04 cuda 9.2 drivers#
The toolkit also installs the necessary drivers and support for OpenCL. You should see something similar to this: nvcc -VĬopyright (c) 2005-2017 NVIDIA CorporationĬuda compilation tools, release 9.1, V9.1.85 Run the following from a terminal window: sudo apt install nvidia-cuda-toolkitĪfter it is installed run nvcc -V to confirm. It looks as though the CUDA 9.1 is actually in the official 18.04 repositories now.
