Originally posted by agartner
View Post
Please run some OpenCL benchmark that provides FMA throughput for both FP32 (single precision) and FP64 (double precision), for example clpeak:
You could also run a benchmark that does the same thing using Vulkan, e.g. vkpeak:
This will show whether RDNA 3 supports FP64 or not.
You could also run ViennaCLBench:
Comment