mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-03-24 00:57:39 +00:00
* add docker file and make default target buildable * add Jenkinsfile * remove empty env block * fix package stage * remove render group from docker run * clean up Jenkins file * add cppcheck as dev dependency * update cmake file * Add profiler build stage * add hip_version config file for reduction operator * correct jenkins var name * Build release instead of debug * Update test CMakeLists.txt reorg test dir add test stage * reduce compile threads to prevent compiler crash * add optional debug stage, update second test * remove old test target * fix tests to return proper results and self review * Fix package name and make test run without args * change Dockerfile to ues rocm4.3.1 * remove parallelism from build * Lower paralellism Co-authored-by: Chao Liu <chao.liu2@amd.com>
9 lines
147 B
INI
9 lines
147 B
INI
[develop]
|
|
cxx = ${rocm_path}/bin/hipcc
|
|
cc = ${rocm_path}/llvm/bin/clang
|
|
ignore = pcre
|
|
deps =
|
|
-f dev-requirements.txt
|
|
define =
|
|
BUILD_DEV=On
|