modified test code from info rocm devices to info agents
authorrohit pathania <rohit.pathania@amd.com>
Fri, 20 Dec 2019 10:59:13 +0000 (05:59 -0500)
committerRohit Pathania <Rohit.Pathania@amd.com>
Mon, 6 Jan 2020 06:20:45 +0000 (01:20 -0500)
Change-Id: I70c83c5cf3e1ca3b13dbd31e23cd38029f40bfd3

gdb/testsuite/gdb.rocm/bit_extract_asm.exp
gdb/testsuite/gdb.rocm/bit_extract_compile.exp

index 54982eb1752a0e6f1adc70d0fc53f2ef4a4686b3..58e21eac923bc03c220c8be970e6678562a01940 100644 (file)
@@ -64,9 +64,9 @@ if ![runto_main] {
 gdb_breakpoint "bit_extract_kernel" "allow-pending"
 gdb_continue_to_breakpoint "bit_extract_kernel"
 
-# Check rocm info devices
+# Check  info agents
 # vega10 56 sample output "1  43:00.0  vega10      4              56            4       10"
-gdb_test_sequence "info rocm devices" "info rocm devices" {
+gdb_test_sequence "info agents" "info agents" {
     {Id\s+PCI Slot\s+Device Name\s+Shader Engines\s+Compute Units\s+SIMD/CU\s+Wavefronts/SIMD}
     {\d\s+\d+:\d+\.\d\s+\w+\d+\s+\d+\s+\d+\s+\d+\s+\d}
 }
index fb1646141df41fb15abb54ed3774c3e6dc88b6c9..7314e822aa04094752499040cebe0515d2a9cf06 100644 (file)
@@ -53,9 +53,9 @@ if ![runto_main] {
 gdb_breakpoint "bit_extract_kernel" "allow-pending"
 gdb_continue_to_breakpoint "bit_extract_kernel"
 
-# Check rocm info devices
+# Check info agents
 # vega10 56 sample output "1  43:00.0  vega10      4              56            4       10"
-gdb_test_sequence "info rocm devices" "info rocm devices" {
+gdb_test_sequence "info agents" "info agents" {
     {Id\s+PCI Slot\s+Device Name\s+Shader Engines\s+Compute Units\s+SIMD/CU\s+Wavefronts/SIMD}
     {\d\s+\d+:\d+\.\d\s+\w+\d+\s+\d+\s+\d+\s+\d+\s+\d}
 }
This page took 0.025459 seconds and 4 git commands to generate.