#device_conv1d_bwd_weight_instance
set(DEVICE_CONV1D_BWD_WEIGHT_INSTANCE_SOURCE 
    device_conv1d_bwd_weight_xdl_nwc_kxc_nwk_f16_instance.cpp;
    device_conv1d_bwd_weight_xdl_nwc_kxc_nwk_f32_instance.cpp;
    device_conv1d_bwd_weight_xdl_nwc_kxc_nwk_bf16_instance.cpp;
)

add_library(device_conv1d_bwd_weight_instance OBJECT ${DEVICE_CONV1D_BWD_WEIGHT_INSTANCE_SOURCE})
target_compile_features(device_conv1d_bwd_weight_instance PUBLIC) 
set_target_properties(device_conv1d_bwd_weight_instance PROPERTIES POSITION_INDEPENDENT_CODE ON)
rocm_install(TARGETS device_conv1d_bwd_weight_instance)

clang_tidy_check(device_conv1d_bwd_weight_instance)
