Update for recent MIOpen integration (#11)

* update for MIOpen integration


[ROCm/composable_kernel commit: 3406a1148a]
This commit is contained in:
Chao Liu
2020-01-27 15:29:33 -06:00
committed by GitHub
parent 8b51bc4b1d
commit 81e3c745dc
20 changed files with 270 additions and 198 deletions

View File

@@ -29,13 +29,13 @@ int main(int argc, char* argv[])
{
using namespace ck;
#if 0
#if 1
// 1x1
constexpr index_t N = 256;
constexpr index_t C = 1024;
constexpr index_t HI = 8;
constexpr index_t WI = 8;
constexpr index_t K = 1024;
constexpr index_t N = 64;
constexpr index_t C = 64;
constexpr index_t HI = 56;
constexpr index_t WI = 56;
constexpr index_t K = 256;
constexpr index_t Y = 1;
constexpr index_t X = 1;