"examples/community/stable_diffusion_controlnet_img2img.py" did not exist on "c53a850604c4de6ca385a408854b022bbafadce2"
Commit 2af9e01c authored by Adam Osewski's avatar Adam Osewski
Browse files

Compile int4 UT only when int4 enabled.

parent 3d747cb3
add_gtest_executable(test_int4 int4.cpp) if (USE_BITINT_EXTENSION_INT4)
target_link_libraries(test_int4 PRIVATE utility) add_gtest_executable(test_int4 int4.cpp)
target_link_libraries(test_int4 PRIVATE utility)
endif()
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