@@ -27,7 +27,7 @@ def get_branch_name(){
2727// / * The default compiler is usually not specified.
2828// / BuildType := { Release* | Debug | Install } [ BuildTypeModifier ]
2929// / * BuildTypeModifier := { NOCOMGR | Embedded | Static | Normal-Find | Fast-Find
30- // / NOCK | NOMLIR | Tensile | Tensile-Latest | Package | ... }
30+ // / NOCK | Tensile | Tensile-Latest | Package | ... }
3131// / TestSet := { All | Smoke* | <Performance Dataset> | Build-only }
3232// / * "All" corresponds to "cmake -DMIOPEN_TEST_ALL=On".
3333// / * "Smoke" (-DMIOPEN_TEST_ALL=Off) is the default and usually not specified.
@@ -300,7 +300,7 @@ pipeline {
300300
301301 Smoke_targets = " check MIOpenDriver"
302302 NOCOMGR_flags = " -DMIOPEN_USE_COMGR=Off"
303- NOMLIR_flags = " -DMIOPEN_USE_MLIR=Off "
303+
304304 CK_DIR = " ${ ckDir} "
305305 MIOPEN_DIR = " ${ miopenDir} "
306306 PROJ_DIR = " ${ projDir} "
@@ -658,7 +658,7 @@ pipeline {
658658 }
659659 }
660660 // GFX90A Tests
661- stage(' Fp32 Hip Debug NOMLIR gfx90a' ) {
661+ stage(' Fp32 Hip Debug gfx90a' ) {
662662 when {
663663 beforeAgent true
664664 expression { params. TARGET_GFX90A }
@@ -669,12 +669,12 @@ pipeline {
669669 agent{ label rocmnode(" gfx90a" ) }
670670 environment{
671671 // Can be removed altogether with when WORKAROUND_SWDEV_290754.
672- NOMLIR_build_cmd = " CTEST_PARALLEL_LEVEL=4 MIOPEN_LOG_LEVEL=5 make -j\$ (nproc) check"
672+ debug_build_cmd = " CTEST_PARALLEL_LEVEL=4 MIOPEN_LOG_LEVEL=5 make -j\$ (nproc) check"
673673 }
674674 steps{
675675 script {
676676 withWorkingDir {
677- utils. buildHipClangJob( build_type : ' debug' , setup_flags : NOMLIR_flags + gfx90a_flags, build_cmd : NOMLIR_build_cmd , test_flags : ' --verbose ' , build_install : true , gpu_family : " gfx90X" )
677+ utils. buildHipClangJob( build_type : ' debug' , setup_flags : gfx90a_flags, build_cmd : debug_build_cmd , test_flags : ' --verbose ' , build_install : true , gpu_family : " gfx90X" )
678678 }
679679 }
680680 }
@@ -718,7 +718,7 @@ pipeline {
718718 steps{
719719 script {
720720 withWorkingDir {
721- utils. buildHipClangJob( setup_flags : " -DBUILD_SHARED_LIBS=Off" + gfx90a_flags, mlir_build : ' OFF ' , build_install : true , gpu_family : " gfx90X" )
721+ utils. buildHipClangJob( setup_flags : " -DBUILD_SHARED_LIBS=Off" + gfx90a_flags, build_install : true , gpu_family : " gfx90X" )
722722 }
723723 }
724724 }
0 commit comments