Skip to content

Commit 06ed9cb

Browse files
authored
StreamTest no longer needs the HostIrLowering knob. (#5748)
1 parent b9ceb6b commit 06ed9cb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

tests/cpp/test_stream.cpp

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@
2424

2525
namespace nvfuser {
2626

27-
class StreamTest : public NVFuserTest {
28-
public:
29-
StreamTest() {
30-
EnableOptionsGuard::getCurOptions().set(EnableOption::HostIrLowering);
31-
}
32-
};
27+
// The tests in this file verify building blocks for stream parallelism, e.g.,
28+
// sharding propagation and KernelExecutor. End-to-end tests have been moved to
29+
// tests/python/direct/test_stream.py because the Python API is sufficient.
30+
using StreamTest = NVFuserTest;
3331

3432
TEST_F(StreamTest, AddPerStream) {
3533
constexpr int64_t c = 3;

0 commit comments

Comments
 (0)