Violet
|
373d6d9e6e
|
Remove duplicate call to linker (#410)
|
2025-07-10 12:44:22 -07:00 |
|
Andrzej Janik
|
2a374ad880
|
Add fp saturation, fix various bugs in cvt instruction exposed by ptx_tests (#379)
|
2025-06-16 19:14:16 -07:00 |
|
Andrzej Janik
|
3361046760
|
Fix mad.wide, replace external CUDA library in test with our own (#376)
|
2025-06-09 21:33:18 -07:00 |
|
Andrzej Janik
|
5935cfec78
|
Work around broken AMD Adrenalin 25.5.1 driver (#366)
For reasons unknown AMD Adrenalin 25.5.1 ships with comgr that presents itself as version 2, but expects ABI for veersion 3. Add a workaround
|
2025-05-13 02:20:23 +02:00 |
|
Andrzej Janik
|
3d3e38aadc
|
Fix ROCm 6.4 failures (#364)
Lazy load comgr and dispatch to different code paths based on the name of the comgr .dll/.so
|
2025-05-02 00:38:22 +02:00 |
|
Andrzej Janik
|
d704e92c97
|
Support instruction modes (denormal and rounding) on AMD GPUs (#342)
|
2025-03-17 21:37:26 +01:00 |
|
Andrzej Janik
|
7ac67a89e9
|
Enable Geekbench 5 (#304)
|
2024-12-10 21:48:10 +01:00 |
|
Andrzej Janik
|
970ba5aa25
|
Fix linking of AMD device libraries (#296)
It's weird that it fails without `-mno-link-builtin-bitcode-postopt`. I've tested it only on ROCm 6.2, might be broken on older or newer ROCm
|
2024-11-02 16:07:44 +01:00 |
|
Andrzej Janik
|
3870a96592
|
Re-enable all failing PTX tests (#277)
Additionally remove unused compilation paths
|
2024-10-16 03:15:48 +02:00 |
|
Andrzej Janik
|
46def3e7e0
|
Connect new parser to LLVM bitcode backend (#269)
This is very incomplete. Just enough code to emit LLVM bitcode and continue further development
|
2024-09-13 01:07:31 +02:00 |
|