
# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.



add_executable(gpu_data)
target_link_libraries(gpu_data PUBLIC
  contrib-libs-linux-headers
  contrib-libs-cxxsupp
  yutil
  library-cpp-cpuid_check
  cpp-testing-unittest
  catboost-cuda-gpu_data
  catboost-cuda-data
  catboost-cuda-ut_helpers
)
target_link_options(gpu_data PRIVATE
  -ldl
  -lrt
  -Wl,--no-as-needed
  -fPIC
  -fPIC
  -lpthread
  -lrt
  -ldl
  -lcudadevrt
  -lculibos
  -lcudart_static
)
target_sources(gpu_data PRIVATE
  ${CMAKE_SOURCE_DIR}/catboost/cuda/mpi_ut/main.cpp
  ${CMAKE_SOURCE_DIR}/catboost/cuda/gpu_data/ut/test_bin_builder.cpp
  ${CMAKE_SOURCE_DIR}/catboost/cuda/gpu_data/ut/test_binarization.cpp
)
target_allocator(gpu_data
  cpp-malloc-tcmalloc
  libs-tcmalloc-no_percpu_cache
)
vcs_info(gpu_data)
