Commit 42a3d8fc authored by Bartlomiej Wroblewski's avatar Bartlomiej Wroblewski
Browse files

Small fixes

parent 261d3267
...@@ -11,7 +11,7 @@ foreach(gpu IN LISTS GPU_TARGETS) ...@@ -11,7 +11,7 @@ foreach(gpu IN LISTS GPU_TARGETS)
add_example_executable(example_gemm_add_add_fastgelu_xdl_fp32 gemm_add_add_fastgelu_xdl_fp32.cpp) add_example_executable(example_gemm_add_add_fastgelu_xdl_fp32 gemm_add_add_fastgelu_xdl_fp32.cpp)
add_example_dependencies(example_gemm_add_add_fastgelu_xdl example_gemm_add_add_fastgelu_xdl_fp32) add_example_dependencies(example_gemm_add_add_fastgelu_xdl example_gemm_add_add_fastgelu_xdl_fp32)
add_example_executable(example_gemm_add_add_fastgelu_xdl_lds_direct_load_fp32 gemm_add_add_fastgelu_xdl_lds_direct_load_fp32.cpp) add_example_executable(example_gemm_add_add_fastgelu_xdl_lds_direct_load_fp32 gemm_add_add_fastgelu_xdl_lds_direct_load_fp32.cpp)
add_example_dependencies(example_gemm_add_add_fastgelu_xdl example_gemm_add_add_fastgelu_xdl_lds_direct_load_fp32) add_example_dependencies(example_gemm_add_add_fastgelu_xdl example_gemm_add_add_fastgelu_xdl_lds_direct_load_fp32)
......
...@@ -40,7 +40,7 @@ constexpr auto GridwiseGemmPipeline_Selector() ...@@ -40,7 +40,7 @@ constexpr auto GridwiseGemmPipeline_Selector()
} }
else if constexpr(PipelineVer == PipelineVersion::v4) else if constexpr(PipelineVer == PipelineVersion::v4)
{ {
return GridwiseGemmPipeline_v4<1>{}; return GridwiseGemmPipeline_v4<NumPrefetch>{};
} }
else else
{ {
......
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