Forward kernels
| 170 | |
| 171 | // Forward kernels |
| 172 | TEST_F(FastGSKernelTest, Forward_Preprocess) { |
| 173 | auto r = forward(); |
| 174 | ASSERT_TRUE(r.has_value()) << r.error(); |
| 175 | EXPECT_GT(r->second.forward_ctx.n_instances, 0); |
| 176 | } |
| 177 | |
| 178 | TEST_F(FastGSKernelTest, Forward_TileDepthOrdering) { |
| 179 | auto r = forward(); |
nothing calls this directly
no test coverage detected