Skip to content

Commit

Permalink
Add rbuild profile for Performance tests (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
umangyadav authored Sep 27, 2023
1 parent 434a06c commit 67dfd19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rbuild.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ define =
CMAKE_CXX_COMPILER_LAUNCHER=${deps_dir}/bin/ccache
MIGRAPHX_ENABLE_CPU=On
BUILD_DEV=On

[cibuild]
cxx = ${rocm_path}/llvm/bin/clang++
cc = ${rocm_path}/llvm/bin/clang
deps =
-f dev-requirements.txt
define =
CMAKE_C_COMPILER_LAUNCHER=${deps_dir}/bin/ccache
CMAKE_CXX_COMPILER_LAUNCHER=${deps_dir}/bin/ccache

0 comments on commit 67dfd19

Please sign in to comment.