Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion gdb/testsuite/gdb.rocm/step-schedlock-spurious-waves.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ end_of_kernel ()
{
}

__global__ void
/* optnone keeps the loop below intact under -O1/-O2/-O3, ensuring there are
enough source lines to step over. */
__global__ void __attribute__ ((optnone))
kern ()
{
/* The test will need to step a few times, so provide an empty loop that
Expand Down
Loading