Hi,
I am new here and hope to be posting in the correct forum group.
I have started playing with CUDALink and noticed that the function CUDAFunctionInformation ist not working as documented. When I enter and run the example provided (using Wolfram Mathematica v13.3) I get the following result:
This was not happening in previous Mathematica versions. My system is configured properly for CUDA support, as the output from CUDAInformation shows (extract):
{1 -> {"Name" -> "NVIDIA GeForce RTX 2070 with Max-Q Design",
"Clock Rate" -> 1185000, "Compute Capabilities" -> 7.5,
"GPU Overlap" -> 1, "Maximum Block Dimensions" -> {1024, 1024, 64},
"Maximum Grid Dimensions" -> {2147483647, 65535, 65535},
[...]
Did someone else notice it too? What could be reason for the output, is perhaps the documentation not any more up to date?