Skip to content

Commit 5f6b780

Browse files
[arcane,accelerator] Corrige compilation HIP.
1 parent 69f4765 commit 5f6b780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arcane/src/arcane/accelerator/hip/runtime/HipAcceleratorRuntime.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class HipRunnerRuntime
327327
ptr, pa.devicePointer, pa.hostPointer);
328328
}
329329

330-
void pushProfilerRange(const String& name) override
330+
void pushProfilerRange(const String& name, [[maybe_unused]] Int32 color) override
331331
{
332332
#ifdef ARCANE_HAS_ROCTX
333333
roctxRangePush(name.localstr());

0 commit comments

Comments
 (0)