Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ gforSet
Function
gforSet
src/api/cpp/gfor.cpp:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
bool gforGet() { return gforStatus; }
22
void gforSet(bool val) { gforStatus = val; }
23
24
bool gforToggle() {
25
bool status = gforGet();
Callers
4
TEST
Function · 0.85
gfor.cpp
File · 0.85
gforToggle
Function · 0.85
batchFunc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected