Skip to content

Commit

Permalink
chore: update oneDAL version for _gbt_inference_api_versision 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuber21 committed Oct 10, 2023
1 parent c8853a6 commit ca14608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gbt_model_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <daal.h>
#include "onedal/version.hpp"

#if (((MAJOR_VERSION == 2024) && (MINOR_VERSION >= 1)) || (MAJOR_VERSION > 2024))
#if (((MAJOR_VERSION == 2024) && (MINOR_VERSION == 0) && (UPDATE_VERSION >= 1)) || ((MAJOR_VERSION > 2024) && (MINOR_VERSION >= 1)))
#define _gbt_inference_api_version 2
#elif (((MAJOR_VERSION == 2023) && (MINOR_VERSION >= 2)) || (MAJOR_VERSION > 2023))
#define _gbt_inference_api_version 1
Expand Down

0 comments on commit ca14608

Please sign in to comment.