1. 05 Sep, 2022 1 commit
    • Nikita Titov's avatar
      Fix CUDA `#ifndef` guards (#5466) · c9a3b479
      Nikita Titov authored
      * Update cuda_column_data.hpp
      
      * Update cuda_metadata.hpp
      
      * Update cuda_objective_function.hpp
      
      * Update cuda_row_data.hpp
      
      * Update cuda_regression_objective.hpp
      c9a3b479
  2. 31 Aug, 2022 1 commit
    • shiyu1994's avatar
      [CUDA] Add binary objective for cuda_exp (#5425) · 2b8fe8b4
      shiyu1994 authored
      * add binary objective for cuda_exp
      
      * include <string> and <vector>
      
      * exchange include ordering
      
      * fix length of score to copy in evaluation
      
      * fix EvalOneMetric
      
      * fix cuda binary objective and prediction when boosting on gpu
      
      * Add white space
      
      * fix BoostFromScore for CUDABinaryLogloss
      
      update log in test_register_logger
      
      * include <algorithm>
      
      * simplify shared memory buffer
      2b8fe8b4