SWDEV-496006 - Update tests according to compiler.
Change-Id: I8870be9f7d1d209e3d9ae07928e8990180e3dd0b
This commit is contained in:
committed by
Maneesh Gupta
orang tua
558cbfd829
melakukan
5f6eded274
@@ -12,17 +12,9 @@
|
||||
#
|
||||
# Note: log 2 of 4096 is 12.
|
||||
#
|
||||
.protected __hip_gpubin_handle_
|
||||
.type __hip_gpubin_handle_,@object
|
||||
.section .hip_gpubin_handle,"aw"
|
||||
.globl __hip_gpubin_handle_
|
||||
.p2align 12
|
||||
__hip_gpubin_handle_:
|
||||
.zero 8
|
||||
|
||||
.type __hip_fatbin_,@object
|
||||
.type __hip_fatbin,@object
|
||||
.section .hip_fatbin,"a",@progbits
|
||||
.globl __hip_fatbin_
|
||||
.globl __hip_fatbin
|
||||
.p2align 12
|
||||
__hip_fatbin_:
|
||||
__hip_fatbin:
|
||||
.incbin "offload_bundle.hipfb"
|
||||
|
||||
@@ -12,17 +12,9 @@
|
||||
#
|
||||
# Note: log 2 of 4096 is 12.
|
||||
#
|
||||
.protected __hip_gpubin_handle_
|
||||
.type __hip_gpubin_handle_,@object
|
||||
.section .hip_gpubin_handle,"aw"
|
||||
.globl __hip_gpubin_handle_
|
||||
.p2align 12
|
||||
__hip_gpubin_handle_:
|
||||
.zero 8
|
||||
|
||||
.type __hip_fatbin_,@object
|
||||
.type __hip_fatbin,@object
|
||||
.section .hip_fatbin,"a",@progbits
|
||||
.globl __hip_fatbin_
|
||||
.globl __hip_fatbin
|
||||
.p2align 12
|
||||
__hip_fatbin_:
|
||||
__hip_fatbin:
|
||||
.incbin "offload_bundle.hipfb"
|
||||
|
||||
Reference in New Issue
Block a user