Connect new parser to LLVM bitcode backend (#269)
Some checks failed
Rust / Build and publish (Linux) (push) Has been cancelled
Rust / Build and publish (Windows) (push) Has been cancelled

This is very incomplete. Just enough code to emit LLVM bitcode and continue further development
This commit is contained in:
Andrzej Janik 2024-09-13 01:07:31 +02:00 committed by GitHub
parent 193eb29be8
commit 46def3e7e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 10125 additions and 7508 deletions

View file

@ -0,0 +1,2 @@
#define __HIP_PLATFORM_HCC__
#include <hip/hip_runtime_api.h>