MCPcopy Create free account
hub / github.com/KomputeProject/kompute / TEST

Function TEST

test/TestSequence.cpp:10–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "shaders/Utils.hpp"
9
10TEST(TestSequence, SequenceDestructorViaManager)
11{
12 std::shared_ptr<kp::Sequence> sq = nullptr;
13
14 {
15 kp::Manager mgr;
16
17 sq = mgr.sequence();
18
19 EXPECT_TRUE(sq->isInit());
20 }
21
22 EXPECT_FALSE(sq->isInit());
23}
24
25TEST(TestSequence, SequenceDestructorOutsideManagerExplicit)
26{

Callers

nothing calls this directly

Calls 15

sequenceMethod · 0.80
tensorMethod · 0.80
algorithmMethod · 0.80
rerecordMethod · 0.80
getTimestampsMethod · 0.80
sizeMethod · 0.80
isRecordingMethod · 0.80
isRunningMethod · 0.80
evalAwaitMethod · 0.80
beginMethod · 0.80
endMethod · 0.80
compileSourceFunction · 0.50

Tested by

no test coverage detected