Skip to content

Commit

Permalink
Merge branch 'develop' into remove_docker
Browse files Browse the repository at this point in the history
  • Loading branch information
causten committed Jun 29, 2023
2 parents e0df23a + bad3924 commit d42c7ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/targets/cpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ foreach(LIBRARY ${OpenMP_CXX_LIBRARIES})
endif()
endforeach()

target_link_libraries(migraphx_all_targets INTERFACE migraphx_cpu)

rocm_install_targets(
TARGETS migraphx_cpu
INCLUDE
Expand Down
2 changes: 1 addition & 1 deletion src/targets/gpu/mlir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ struct mlir_handle

#define MIGRAPHX_MANAGE_MLIR_HANDLE(T, F) migraphx::gpu::mlir_handle<T, decltype(&F), &F> // NOLINT

using mlir_context = MIGRAPHX_MANAGE_MLIR_HANDLE(MlirContext, mlirContextDestroy);
using mlir_context = MIGRAPHX_MANAGE_MLIR_HANDLE(MlirContext, mlirContextDestroy);
using mlir_thread_pool = MIGRAPHX_MANAGE_MLIR_HANDLE(MlirLlvmThreadPool, mlirLlvmThreadPoolDestroy);
using mlir_dialect_registry = MIGRAPHX_MANAGE_MLIR_HANDLE(MlirDialectRegistry,
mlirDialectRegistryDestroy);
Expand Down

0 comments on commit d42c7ab

Please sign in to comment.