mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-02 13:17:36 +00:00
fix cmake
This commit is contained in:
@@ -23,7 +23,6 @@ endif()
|
||||
|
||||
file(STRINGS ${CMAKE_CURRENT_BINARY_DIR}/gemm_instance_blobs.txt GEMM_CODEGEN_BLOBS)
|
||||
|
||||
message("test--------------------------------------------------")
|
||||
add_custom_command(
|
||||
OUTPUT ${GEMM_CODEGEN_BLOBS}
|
||||
COMMAND ${Python3_EXECUTABLE} ${CMAKE_CURRENT_LIST_DIR}/gemm_instance_builder.py
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
},
|
||||
"tile_k": {
|
||||
"values": [
|
||||
64,
|
||||
32
|
||||
64
|
||||
]
|
||||
},
|
||||
"warp_m": {
|
||||
@@ -42,7 +41,7 @@
|
||||
},
|
||||
"warp_tile_k": {
|
||||
"values": [
|
||||
16
|
||||
8
|
||||
]
|
||||
},
|
||||
"kPadM": {
|
||||
@@ -62,20 +61,17 @@
|
||||
},
|
||||
"pipeline": {
|
||||
"values": [
|
||||
"compv3",
|
||||
"mem"
|
||||
]
|
||||
},
|
||||
"scheduler": {
|
||||
"values": [
|
||||
"intrawave",
|
||||
"interwave"
|
||||
"intrawave"
|
||||
]
|
||||
},
|
||||
"epilogue": {
|
||||
"values": [
|
||||
"default",
|
||||
"cshuffle"
|
||||
"default"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -3,13 +3,14 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <hip/hip_runtime.h>
|
||||
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
|
||||
#include <hip/hip_runtime.h>
|
||||
|
||||
#include "ck_tile/ops/gemm.hpp"
|
||||
|
||||
enum class Metric
|
||||
|
||||
Reference in New Issue
Block a user