"examples/flux.1-depth-dev-lora.py" did not exist on "60a0d6d7ef79149ba05df92300c85b668746c969"
CMakeLists.txt 169 Bytes
Newer Older
1
2
add_gtest_executable(test_convnd_fwd convnd_fwd_xdl.cpp)
if(result EQUAL 0)
3
   target_link_libraries(test_convnd_fwd PRIVATE utility device_conv2d_fwd_instance)
4
endif()