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>
# end and exit prematurely.
gdb_caching_proc target_has_xfail {} {
# 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} {
set targets [find_amdgpu_devices]
if {[llength $targets] == 0} {