MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / gfor

Function gfor

test/gfor.cpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 array A = randu(num);
38
39 gfor(seq ii, num) { A(ii) = val; }
40
41 float *hA = A.host<float>();
42

Callers 1

fft.cppFile · 0.70

Calls 4

seqClass · 0.85
diagFunction · 0.85
matmulFunction · 0.50
sumFunction · 0.50

Tested by

no test coverage detected