Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions tests/cpp/test_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@

namespace nvfuser {

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

TEST_F(StreamTest, AddPerStream) {
constexpr int64_t c = 3;
Expand Down