diff options
Diffstat (limited to 'gcc/testsuite/brig.dg/README')
-rw-r--r-- | gcc/testsuite/brig.dg/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/testsuite/brig.dg/README b/gcc/testsuite/brig.dg/README new file mode 100644 index 0000000..2ad5b24 --- /dev/null +++ b/gcc/testsuite/brig.dg/README @@ -0,0 +1,12 @@ +BRIG (HSAIL) frontend test cases +-------------------------------- + +The suite consists of "smoke tests" that test several features of +the compilation and regression tests, but is not an exhaustive test +suite for all HSAIL instructions. The HSA PRM conformance suite +is supposed to be used for that. + +HSAILasm is required for converting the text HSAIL files to BRIGs +which the compiler consumes. It can be built from +https://github.com/HSAFoundation/HSAIL-Tools + |