4
對於本聲明我的OpenCL內核OpenCL的類型轉換爲Boolean
uint4 checkCoord; // assign some value
if(checkCoord==(uint4)(0,0,0,0)){
; // do something
}
我收到以下錯誤OpenCL編譯
statement requires expression of scalar type ('int __attribute__((ext_vector_type(4,4)))' invalid)
什麼是一個變量轉換的最簡單方法的uint4類型爲bool(或標量)值?