Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaptiveCpp/AdaptiveCpp
/ test
Function
test
tests/compiler/stdpar/sync-elision/function_exit.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
#include
"common.hpp"
10
11
__attribute__((noinline))
12
void test() {
13
stdpar_call();
14
}
15
16
// Compiler will currently always inline the first level of calls
17
// to stdpar functions, so we need another layer of function calls
Callers
1
test_wrapper
Function · 0.70
Calls
1
stdpar_call
Function · 0.85
Tested by
1
test_wrapper
Function · 0.56