Skip to content

Commit

Permalink
[HOTFIX][MI100][OCL] Remove unsed kernel arg for wrw fp32 NCHW (#1013)
Browse files Browse the repository at this point in the history
* Remove unused kernel arg for wrw fp32 xdlops NCHW
* ConvAsmImplicitGemmGTCDynamicWrwXdlops: fix metadata in igemm_wrw_gtc_gfx908.s
* Add regression tests
* Re-target OpenCL smoke tests from Vega to gfx908. Enable regression test during Smoke test stages.

Co-authored-by: Artem Tamazov <artem.tamazov@gmail.com>
  • Loading branch information
carlushuang and atamazov committed Jul 22, 2021
1 parent b8be6bd commit 70db293
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 250 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,11 @@ pipeline {
}
}
}
stage('Fp32 OpenCL') {
agent{ label rocmnode("vega") }
stage('Fp32 OpenCL gfx908') {
agent{ label rocmnode("gfx908") }
steps{
script{
runDockerJob(compiler: 'g++', flags: '-DBUILD_DEV=On -DCMAKE_BUILD_TYPE=release')
runDockerJob(compiler: 'g++', flags: '-DBUILD_DEV=On -DCMAKE_BUILD_TYPE=release -DMIOPEN_TEST_GFX908=On', gpu_arch: "gfx908")
}
}
}
Expand Down
Loading

0 comments on commit 70db293

Please sign in to comment.