c++ - SIMD intrinsics - are they usable on gpus? -



c++ - SIMD intrinsics - are they usable on gpus? -

i'm wondering if can utilize simd intrinsics in gpu code cuda's kernel or opencl one. possible?

no, simd intrinsics tiny wrappers asm code. cpu specific. more them here.

generally speking, why whould that? cuda , opencl contain many "functions" "gpu intrinsics" (all of these, example, single-point-math intrinsics gpu)

c++ cuda opencl simd

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -