Skip to content

Commit

Permalink
Cleaning up build.py and CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnanPrash committed Oct 9, 2024
1 parent 48acc3e commit c6efa9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1857,12 +1857,6 @@ def core_build(
os.path.join(install_dir, "python"),
)

cmake_script.mkdir(os.path.join(install_dir, "python"))
cmake_script.cp(
os.path.join(repo_install_dir, "python", "tritonfrontend*.whl"),
os.path.join(install_dir, "python"),
)

cmake_script.mkdir(os.path.join(install_dir, "include", "triton"))
cmake_script.cpdir(
os.path.join(repo_install_dir, "include", "triton", "core"),
Expand Down
6 changes: 0 additions & 6 deletions src/python/tritonfrontend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ endif()

if(${TRITON_ENABLE_TRACING})
message("TRACING/STATS IS CURRENTLY NOT SUPPORTED.")
# find_package(absl CONFIG REQUIRED)
# find_package(CURL CONFIG REQUIRED)
# find_package(nlohmann_json CONFIG REQUIRED)
# find_package(opentelemetry-cpp CONFIG REQUIRED)
list(
APPEND PY_BINDING_DEPENDENCY_LIBS
$<TARGET_OBJECTS:tracing-library>
Expand All @@ -121,8 +117,6 @@ pybind11_add_module(
${PYTHON_FRONTEND_BINDING_SRCS}
)

# target_include_directories(py-bindings PRIVATE ${CMAKE_SOURCE_DIR}/src)

target_link_libraries(
py-bindings
PRIVATE
Expand Down

0 comments on commit c6efa9e

Please sign in to comment.