Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cpp
File · 0.70
Calls
4
seq
Class · 0.85
diag
Function · 0.85
matmul
Function · 0.50
sum
Function · 0.50
Tested by
no test coverage detected