Switch back to the GPUIDX macro (#9438)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
namespace xgboost {
|
||||
inline void TestUpdaterJsonIO(std::string updater_str) {
|
||||
Context ctx{MakeCUDACtx(GetGPUId())};
|
||||
Context ctx{MakeCUDACtx(GPUIDX)};
|
||||
Json config_0 {Object() };
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user