From 0c8306f1cd238d3a9f04e1c62b8450b09094f7ff Mon Sep 17 00:00:00 2001 From: Anthony Chang Date: Fri, 28 Oct 2022 05:32:46 +0800 Subject: [PATCH] fix missing -fPIC flag for conv3d_fwd instance lib (#473) [ROCm/composable_kernel commit: d8f5f717f8428308f45df763d12cc3d757c25c3e] --- .../gpu/grouped_conv3d_fwd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/CMakeLists.txt b/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/CMakeLists.txt index 5dc20332e8..78eedca5f7 100644 --- a/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/CMakeLists.txt +++ b/library/src/tensor_operation_instance/gpu/grouped_conv3d_fwd/CMakeLists.txt @@ -1,4 +1,4 @@ -add_library(device_grouped_conv3d_fwd_instance +add_instance_library(device_grouped_conv3d_fwd_instance device_grouped_conv3d_fwd_xdl_gndhwc_gkzyxc_gndhwk_bf16_instance.cpp device_grouped_conv3d_fwd_xdl_gndhwc_gkzyxc_gndhwk_f16_instance.cpp device_grouped_conv3d_fwd_xdl_gndhwc_gkzyxc_gndhwk_f32_instance.cpp