Xiu_Liu 发表于 2023-2-7 10:21:01

Core-3588J的opencl不支持双精度浮点(double)

本帖最后由 Xiu_Liu 于 2023-2-7 10:22 编辑

firefly提供的镜像,使用opencl发现不支持double-precision Floating-point,也就是doubl

//使用clinfo查看硬件情况
$ clinfo
// ...
Preferred / native vector sizes
    char          16 / 4
    short          8 / 2
    int            4 / 1
    long         2 / 1
    half         8 / 2      (cl_khr_fp16)
    float          4 / 1
    double         0 / 0      (n/a)
// ...       
Double-precision Floating-point support         (n/a)


这个是硬件层面不支持,还是其他问题?

Promise 发表于 2023-2-9 19:05:33

同问 作者有解决么

板蓝根 发表于 2023-2-14 10:13:28

原厂确认过是不支持 double 的

penguin 发表于 2023-2-14 10:13:43

这个确认是芯片不支持的。没有办法。

ainstecYang 发表于 2023-3-3 10:36:26

汗,RK3399的都支持咋RK3588升级了GPU后这个都不支持了?
页: [1]
查看完整版本: Core-3588J的opencl不支持双精度浮点(double)