Hello
Question about new cuda8/10/11 support:
Example output:
$ ./miniZ -ci
Number of miniZ CUDA[8.0] driver[11.10] devices found: 6
#0 GeForce GTX 1070 | SM version: 6.1 | SM count: 15 | cores: 1920 | Memory: 3.767GB | BusID: 0000:01:00.0
#1 GeForce GTX 1070 | SM version: 6.1 | SM count: 15 | cores: 1920 | Memory: 3.767GB | BusID: 0000:03:00.0
#2 GeForce GTX 1070 | SM version: 6.1 | SM count: 15 | cores: 1920 | Memory: 3.767GB | BusID: 0000:06:00.0
#3 GeForce GTX 1070 | SM version: 6.1 | SM count: 15 | cores: 1920 | Memory: 3.767GB | BusID: 0000:07:00.0
#4 GeForce GTX 1070 | SM version: 6.1 | SM count: 15 | cores: 1920 | Memory: 3.767GB | BusID: 0000:08:00.0
#5 GeForce GTX 1070 | SM version: 6.1 | SM count: 15 | cores: 1920 | Memory: 3.767GB | BusID: 0000:09:00.0
tells me, that cuda8 libraries are used, yes?
I have Ubuntu20 with no any cuda libraries installed. Just NVIDIA driver 455.45.01 installed.
As I understand the miniz binary from 1.6x has integrated 3 versions of cuda libraries. How to make the binary use cuda10 or 11 libraries?
Or is it only used for newer NV GPUs that required newer cuda libraries?
Hi tymeksm,
Yes, miniZ integrates cuda 8/10/11. You only need to have the driver installed.
Cuda 8 is the minimum Cuda version that miniZ supports.
In the next version there will be a more clear message.
Something like this:
Number of miniZ CUDA>=[8.0] using driver CUDA[10.20] devices found: 1
Thank you for the feedback!
Cheers