MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / TearDown

Method TearDown

tests/test_expanded_tensor_ops.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23protected:
24 void SetUp() override { cudaGetLastError(); }
25 void TearDown() override {
26 cudaError_t err = sync_and_check();
27 EXPECT_EQ(err, cudaSuccess) << "Residual: " << cudaGetErrorString(err);
28 }
29};
30
31// ===== Stack dim=2 correctness (the root cause bug) =====

Callers

nothing calls this directly

Calls 1

sync_and_checkFunction · 0.70

Tested by

no test coverage detected