Skip to content

Commit dbac855

Browse files
committed
note.
1 parent 5baa480 commit dbac855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/xgboost/host_device_vector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class HostDeviceVector {
151151
[[nodiscard]] bool DeviceCanRead() const;
152152
[[nodiscard]] bool DeviceCanWrite() const;
153153
[[nodiscard]] GPUAccess DeviceAccess() const;
154-
154+
// FIXME(jiamingy): Until we can fully unify the context, we will have both ctx and device here.
155155
void SetDevice(DeviceOrd device, Context const* ctx = nullptr) const;
156156

157157
void Resize(std::size_t new_size);

0 commit comments

Comments
 (0)