* [PUSHED] gdb.rocm/watchpoint-basic: add gfx1103 to XFAILs
@ 2026-08-10 8:32 Shahab Vahedi
0 siblings, 0 replies; only message in thread
From: Shahab Vahedi @ 2026-08-10 8:32 UTC (permalink / raw)
To: gdb-patches; +Cc: Shahab Vahedi, Simon Marchi, Shahab Vahedi
Again, a confirmed KFD issue. By confirmed, I mean that if a dummy
dispatch is done first, then everything goes OK.
__global__ void dummy () {}
int main (...)
{
...
dummy<<<1, 1>>> ();
/* Break after malloc. */
kernel<<<1, 1>>> (global_ptr1, global_ptr2);
...
}
Approved-By: Simon Marchi <simon.marchi@efficios.com>
---
gdb/testsuite/gdb.rocm/watchpoint-basic.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/testsuite/gdb.rocm/watchpoint-basic.exp b/gdb/testsuite/gdb.rocm/watchpoint-basic.exp
index bc30726515e..558a1f8472c 100644
--- a/gdb/testsuite/gdb.rocm/watchpoint-basic.exp
+++ b/gdb/testsuite/gdb.rocm/watchpoint-basic.exp
@@ -96,7 +96,7 @@ proc_with_prefix test_host_watchpoint_after_runtime_load {} {
# end and exit prematurely.
gdb_caching_proc target_has_xfail {} {
- set xfail_arches {gfx1201}
+ set xfail_arches {gfx1103 gfx1201}
set targets [find_amdgpu_devices]
if {[llength $targets] == 0} {
--
2.55.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 8:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 8:32 [PUSHED] gdb.rocm/watchpoint-basic: add gfx1103 to XFAILs Shahab Vahedi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox