Skip to content

Commit

Permalink
Add RGA installation (#777)
Browse files Browse the repository at this point in the history
* Add RGA 2.6.2
* Add RGA 2.6.1 and simplify yaml
  • Loading branch information
AbrilRBS committed Aug 17, 2022
1 parent d579cf9 commit 67f3e80
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bin/yaml/hlsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@ compilers:
targets:
- name: trunk
compiler_name: dxc
rga:
type: tarballs
url: https://github.com/GPUOpen-Tools/radeon_gpu_analyzer/releases/download/{name}/rga-linux-{name}.tgz
compression: gz
dir: rga-{name}.{extra_number} # The folder inside has an additional build number
check_exe: rga --version
strip_components: 1
targets:
- name: 2.6.2
extra_number: 38
- name: 2.6.1
extra_number: 23

0 comments on commit 67f3e80

Please sign in to comment.