Commit da3f38fe authored by Rosty Geyyer's avatar Rosty Geyyer
Browse files

Format

parent 58af805f
add_example_executable(example_convnd_bwd_weight_xdl_fp16 convnd_bwd_weight_xdl_fp16.cpp) add_example_executable(example_convnd_bwd_weight_xdl_fp16 convnd_bwd_weight_xdl_fp16.cpp)
add_example_executable(example_convnd_bwd_weight_xdl_bf16 convnd_bwd_weight_xdl_bf16.cpp) add_example_executable(example_convnd_bwd_weight_xdl_bf16 convnd_bwd_weight_xdl_bf16.cpp)
add_example_executable(example_convnd_bwd_weight_dl_fp16 convnd_bwd_weight_dl_fp16.cpp) add_example_executable(example_convnd_bwd_weight_dl_fp16 convnd_bwd_weight_dl_fp16.cpp)
target_link_libraries(example_convnd_bwd_weight_xdl_fp16 PRIVATE utility) target_link_libraries(example_convnd_bwd_weight_xdl_fp16 PRIVATE utility)
target_link_libraries(example_convnd_bwd_weight_xdl_bf16 PRIVATE utility) target_link_libraries(example_convnd_bwd_weight_xdl_bf16 PRIVATE utility)
target_link_libraries(example_convnd_bwd_weight_dl_fp16 PRIVATE utility) target_link_libraries(example_convnd_bwd_weight_dl_fp16 PRIVATE utility)
...@@ -1328,8 +1328,7 @@ struct DeviceConvNdBwdWeightNwcKxcNwk_Dl ...@@ -1328,8 +1328,7 @@ struct DeviceConvNdBwdWeightNwcKxcNwk_Dl
arg.b_grid_desc_k0_n_k1_container_[i], arg.b_grid_desc_k0_n_k1_container_[i],
arg.c_grid_desc_m_n_container_[i])) arg.c_grid_desc_m_n_container_[i]))
{ {
throw std::runtime_error( throw std::runtime_error("wrong! GridwiseGemm has invalid setting");
"wrong! GridwiseGemm has invalid setting");
} }
const index_t grid_size = arg.block_2_ctile_map_container_[i].CalculateGridSize( const index_t grid_size = arg.block_2_ctile_map_container_[i].CalculateGridSize(
......
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