Skip to content

Commit

Permalink
Introduction yaml files to define GenISA intrinsics
Browse files Browse the repository at this point in the history
This change is to replace the GenISA intrinsics defined in a python script with these defined in an yaml file. This unlocks an opportunity to extend the way of describing their properties.
  • Loading branch information
krystian-andrzejewski authored and igcbot committed Jul 16, 2024
1 parent bdd9896 commit 6a9cb7b
Show file tree
Hide file tree
Showing 3 changed files with 10,696 additions and 3,391 deletions.
1 change: 1 addition & 0 deletions IGC/GenISAIntrinsics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ include_directories("${CMAKE_CURRENT_SOURCE_DIR}")

set(IGC_BUILD__GenISAIntrinsics_GENERATOR_INPUT_FILES
"${CMAKE_CURRENT_SOURCE_DIR}/Intrinsic_definitions.py"
"${CMAKE_CURRENT_SOURCE_DIR}/generator/input/Intrinsic_definitions.yml"
)

set(IGC_BUILD__GenISAIntrinsics_GENERATOR_SCRIPTS
Expand Down
Loading

0 comments on commit 6a9cb7b

Please sign in to comment.