Commit 116368c3 authored by Chao Liu's avatar Chao Liu
Browse files

instance for grouped conv1d

parent 8a370fbb
...@@ -7,8 +7,6 @@ set(DEVICE_CONV1D_FWD_INSTANCE_SOURCE ...@@ -7,8 +7,6 @@ set(DEVICE_CONV1D_FWD_INSTANCE_SOURCE
) )
add_library(device_conv1d_fwd_instance OBJECT ${DEVICE_CONV1D_FWD_INSTANCE_SOURCE}) add_library(device_conv1d_fwd_instance OBJECT ${DEVICE_CONV1D_FWD_INSTANCE_SOURCE})
# target_compile_features(device_conv1d_fwd_instance PUBLIC)
set_target_properties(device_conv1d_fwd_instance PROPERTIES POSITION_INDEPENDENT_CODE ON) set_target_properties(device_conv1d_fwd_instance PROPERTIES POSITION_INDEPENDENT_CODE ON)
# install(TARGETS device_conv1d_fwd_instance LIBRARY DESTINATION lib)
clang_tidy_check(device_conv1d_fwd_instance) clang_tidy_check(device_conv1d_fwd_instance)
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