[main] cxx = ${rocm_path}/llvm/bin/clang++ cc = ${rocm_path}/llvm/bin/clang deps = ROCmSoftwarePlatform/rocm-recipes -f requirements.txt [gh] ignore = danmar/cppcheck ROCmSoftwarePlatform/rocMLIR deps = -f dev-requirements.txt oneapi-src/oneDNN@v1.7 define = CMAKE_C_COMPILER_LAUNCHER=${deps_dir}/bin/ccache CMAKE_CXX_COMPILER_LAUNCHER=${deps_dir}/bin/ccache MIGRAPHX_ENABLE_CPU=On BUILD_DEV=On [develop] cxx = ${rocm_path}/llvm/bin/clang++ cc = ${rocm_path}/llvm/bin/clang deps = -f dev-requirements.txt oneapi-src/oneDNN@v1.7 define = CMAKE_C_COMPILER_LAUNCHER=${deps_dir}/bin/ccache 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