Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KomputeProject/kompute
/ eval
Method
eval
src/Sequence.cpp:93–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
std::shared_ptr<Sequence>
94
Sequence::eval()
95
{
96
KP_LOG_DEBUG(
"Kompute sequence EVAL BEGIN"
);
97
98
return this->evalAsync()->evalAwait();
99
}
100
101
std::shared_ptr<Sequence>
102
Sequence::eval(std::shared_ptr<OpBase> op)
Callers
15
test_array_multiplication
Function · 0.45
test_end_to_end
Function · 0.45
test_shader_str
Function · 0.45
test_sequence
Function · 0.45
test_pushconsts
Function · 0.45
test_pushconsts_int
Function · 0.45
test_workgroup
Function · 0.45
test_logistic_regression
Function · 0.45
test_type_float
Function · 0.45
test_type_float_double_incorrect
Function · 0.45
test_type_double
Function · 0.45
test_type_int
Function · 0.45
Calls
4
evalAsync
Method · 0.95
clear
Method · 0.95
record
Method · 0.95
evalAwait
Method · 0.80
Tested by
15
test_array_multiplication
Function · 0.36
test_end_to_end
Function · 0.36
test_shader_str
Function · 0.36
test_sequence
Function · 0.36
test_pushconsts
Function · 0.36
test_pushconsts_int
Function · 0.36
test_workgroup
Function · 0.36
test_logistic_regression
Function · 0.36
test_type_float
Function · 0.36
test_type_float_double_incorrect
Function · 0.36
test_type_double
Function · 0.36
test_type_int
Function · 0.36