-
Is it normal for the Total Number of Block Threads to be 2147483647 whenever my backend is $ tornado --devices
WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign
Number of Tornado drivers: 1
Driver: PTX
Total number of PTX devices : 1
Tornado device=1:0
PTX -- PTX -- NVIDIA GeForce RTX 3080
Global Memory Size: 11.8 GB
Local Memory Size: 48.0 KB
Workgroup Dimensions: 3
Total Number of Block Threads: 2147483647 ##same value as Integer.MAX_VALUE?
Max WorkGroup Configuration: [1024, 1024, 64]
Device OpenCL C version: N/A
NVIDIA-SMI 520.61.05 Driver Version: 520.61.05 CUDA Version: 11.8 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thanks for the report. This seems a bug in the TornadoVM Runtime. Can you please open an issue with this report? |
Beta Was this translation helpful? Give feedback.
-
Hi, I have just had a look and it seems that the
Regarding the second question, we tried to have a common reporting field for all backends (OpenCL, PTX, SPIR-V), so it can create confusion. [1] https://docs.nvidia.com/cuda/cuda-driver-api/group__CUDA__DEVICE.html#group__CUDA__DEVICE_1g9c3e1414f0ad901d3278a4d6645fc266 |
Beta Was this translation helpful? Give feedback.
Thanks for the report. This seems a bug in the TornadoVM Runtime. Can you please open an issue with this report?