Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix ci
  • Loading branch information
liuruyan committed Nov 14, 2025
commit 1b9c489c77ba54b3e4f4eba7a5319be61ea290b9
5 changes: 4 additions & 1 deletion test/cpp/phi/memory/compact_allocator_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
#include "paddle/phi/core/memory/allocation/retry_allocator.h"
#include "paddle/phi/core/memory/allocation/virtual_memory_auto_growth_best_fit_allocator.h"
#include "paddle/phi/core/platform/device/gpu/gpu_info.h"

#ifdef PADDLE_WITH_CUDA
#include <cuda.h>
#include <cuda_runtime.h>
#endif
#include "gtest/gtest.h"
namespace paddle {
namespace memory {
Expand Down
Loading