From bb3cb41b6d47c516972053d338b8b694e5232f10 Mon Sep 17 00:00:00 2001 From: Alan Dayton Date: Thu, 23 Jul 2026 10:09:48 -0700 Subject: [PATCH] Remove unncessary requirement for using the platform default stream --- src/care/LoopFuser.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/care/LoopFuser.cpp b/src/care/LoopFuser.cpp index 45ffad86..88c39f4e 100644 --- a/src/care/LoopFuser.cpp +++ b/src/care/LoopFuser.cpp @@ -5,9 +5,6 @@ // SPDX-License-Identifier: BSD-3-Clause ////////////////////////////////////////////////////////////////////////////// -// Loop Fuser uses the CUDA/HIP default stream and wants to enqueue events in the default stream -#define CAMP_USE_PLATFORM_DEFAULT_STREAM 1 - #include "umpire/Allocator.hpp" #include "umpire/TypedAllocator.hpp"