Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ limitations under the License.
#include "xla/stream_executor/cuda/cuda_memory_reservation.h"
#include "xla/stream_executor/cuda/cuda_raw_memory_allocation.h"
#include "xla/stream_executor/cuda/cuda_status.h"
#include "xla/stream_executor/device_address_vmm_allocator.h"
#include "xla/stream_executor/memory_allocation.h"
#include "xla/stream_executor/memory_reservation.h"
#include "xla/stream_executor/platform.h"
#include "xla/stream_executor/stream.h"
#include "xla/stream_executor/stream_executor.h"
#include "xla/stream_executor/device_address_vmm_allocator.h"

namespace stream_executor::gpu {

Expand Down
3 changes: 1 addition & 2 deletions xla/stream_executor/cuda/cuda_device_address_vmm_allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ limitations under the License.
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/types/span.h"
#include "xla/stream_executor/device_address_vmm_allocator.h"
#include "xla/stream_executor/memory_allocation.h"
#include "xla/stream_executor/memory_reservation.h"
#include "xla/stream_executor/platform.h"
#include "xla/stream_executor/stream.h"
#include "xla/stream_executor/stream_executor.h"
#include "xla/stream_executor/device_address_vmm_allocator.h"

namespace stream_executor::gpu {

Expand Down Expand Up @@ -101,7 +101,6 @@ class CudaDeviceAddressVmmAllocator : public DeviceAddressVmmAllocator {
absl::Status EnqueueDeferredDeallocation(PerDeviceState& state,
uint64_t seqno) override;

private:
explicit CudaDeviceAddressVmmAllocator(const Platform* platform);
};

Expand Down
Loading
Loading