Skip to content

Commit 4668566

Browse files
Merge pull request #1736 from arcaneframework/dev/gg-fix-hip-compilation
Fix compilation with HIP.
2 parents 69f4765 + 5f6b780 commit 4668566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)