Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 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
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ list(APPEND NVFUSER_SRCS
${NVFUSER_SRCS_DIR}/preseg_passes/make_resharding_contiguous.cpp
${NVFUSER_SRCS_DIR}/preseg_passes/mark_aliases_prepare.cpp
${NVFUSER_SRCS_DIR}/preseg_passes/move_pad.cpp
${NVFUSER_SRCS_DIR}/preseg_passes/move_repeat_forward.cpp
${NVFUSER_SRCS_DIR}/preseg_passes/move_split_cat.cpp
${NVFUSER_SRCS_DIR}/preseg_passes/pre_segmenter.cpp
${NVFUSER_SRCS_DIR}/preseg_passes/propagate_shardings.cpp
Expand Down Expand Up @@ -596,6 +597,7 @@ list(APPEND JIT_TEST_SRCS
${NVFUSER_ROOT}/tests/cpp/test_memory.cpp
${NVFUSER_ROOT}/tests/cpp/test_move_split_cat.cpp
${NVFUSER_ROOT}/tests/cpp/test_move_pad.cpp
${NVFUSER_ROOT}/tests/cpp/test_move_repeat_forward.cpp
${NVFUSER_ROOT}/tests/cpp/test_mutator.cpp
${NVFUSER_ROOT}/tests/cpp/test_no_op.cpp
${NVFUSER_ROOT}/tests/cpp/test_persistent_buffer.cpp
Expand Down
Loading