Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old RefBackend #318

Merged
merged 1 commit into from
Sep 22, 2021
Merged
Show file tree
Hide file tree
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
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ endif()
# Options and settings
#-------------------------------------------------------------------------------
set(NPCOMP_MINIMUM_PYTHON_VERSION 3.6)
option(NPCOMP_ENABLE_REFJIT "Enables the reference JIT backend." ON)
set(NPCOMP_IREE_BUILDDIR "../iree-build" CACHE STRING "If building IREE, then setting this elects to build from a source directory (versus installed package)")

# Turn on -gsplit-dwarf if requested in debug builds.
Expand Down Expand Up @@ -201,11 +200,6 @@ set(NPCOMP_TABLEGEN_ARGS "")
# Optional feature selection
#-------------------------------------------------------------------------------

if(NPCOMP_ENABLE_REFJIT)
add_compile_definitions(NPCOMP_ENABLE_REFJIT)
message(STATUS "Reference JIT backend enabled")
endif()

#-------------------------------------------------------------------------------
# Subdirectories and aggregate testing targets.
#-------------------------------------------------------------------------------
Expand Down
99 changes: 0 additions & 99 deletions include/npcomp-c/RefJITBackend.h

This file was deleted.

1 change: 0 additions & 1 deletion include/npcomp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
add_subdirectory(Backend)
add_subdirectory(Conversion)
add_subdirectory(Dialect)
add_subdirectory(RefBackend)
2 changes: 0 additions & 2 deletions include/npcomp/Dialect/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
add_subdirectory(Refback)
add_subdirectory(Refbackrt)
add_subdirectory(TorchConversion)
1 change: 0 additions & 1 deletion include/npcomp/Dialect/Refback/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion include/npcomp/Dialect/Refback/IR/CMakeLists.txt

This file was deleted.

23 changes: 0 additions & 23 deletions include/npcomp/Dialect/Refback/IR/RefbackBase.td

This file was deleted.

16 changes: 0 additions & 16 deletions include/npcomp/Dialect/Refback/IR/RefbackDialect.h

This file was deleted.

22 changes: 0 additions & 22 deletions include/npcomp/Dialect/Refback/IR/RefbackOps.h

This file was deleted.

40 changes: 0 additions & 40 deletions include/npcomp/Dialect/Refback/IR/RefbackOps.td

This file was deleted.

1 change: 0 additions & 1 deletion include/npcomp/Dialect/Refbackrt/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion include/npcomp/Dialect/Refbackrt/IR/CMakeLists.txt

This file was deleted.

26 changes: 0 additions & 26 deletions include/npcomp/Dialect/Refbackrt/IR/RefbackrtBase.td

This file was deleted.

31 changes: 0 additions & 31 deletions include/npcomp/Dialect/Refbackrt/IR/RefbackrtDialect.h

This file was deleted.

20 changes: 0 additions & 20 deletions include/npcomp/Dialect/Refbackrt/IR/RefbackrtOps.h

This file was deleted.

Loading