Skip to content

Commit

Permalink
[AIE2] Add type stubs and intrinsics declarations that are not suppor…
Browse files Browse the repository at this point in the history
…ted yet

This allows us to compile kernels using AIE_API abstractions while bringing up complete support for the intrinsic API.
  • Loading branch information
konstantinschwarz committed Aug 26, 2024
1 parent b849ed6 commit c6edd43
Show file tree
Hide file tree
Showing 4 changed files with 1,583 additions and 0 deletions.
1 change: 1 addition & 0 deletions clang/lib/Headers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ set(aie_files
aiev2_addlog.h
aiev2_ldst.h
aiev2intrin.h
aiev2_aie_api_compat.h
)

set(arm_common_files
Expand Down
Loading

0 comments on commit c6edd43

Please sign in to comment.