本帖最后由 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)
这个是硬件层面不支持,还是其他问题?