"vscode:/vscode.git/clone" did not exist on "1eced7074daf8429d030f7e3e3b651d92daec946"
Commit bc4366d4 authored by Bartlomiej Kocot's avatar Bartlomiej Kocot Committed by dummycoderfe
Browse files

[CK TILE] Add gemm compute pipeline v3

parent 26078c55
......@@ -25,6 +25,9 @@
#include "ck_tile/ops/gemm/kernel/gemm_kernel.hpp"
#include "ck_tile/ops/gemm/kernel/gemm_tile_partitioner.hpp"
#include "ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_mem.hpp"
#if 0 // Enable after local prefetch implementation
#include "ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_comp_v3.hpp"
#endif
#include "ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_scheduler.hpp"
#include "ck_tile/ops/gemm/pipeline/gemm_pipeline_agmem_bgmem_creg_v1.hpp"
#include "ck_tile/ops/gemm/pipeline/gemm_pipeline_agmem_bgmem_creg_v1_default_policy.hpp"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment