Skip to content

Commit

Permalink
Add xehpg targets support to ispcrt
Browse files Browse the repository at this point in the history
  • Loading branch information
dbabokin committed Oct 13, 2022
1 parent 1d6297b commit 8b44a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ispcrt/cmake/ispc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ endfunction()
## GPU specific macros/options ################################################
###############################################################################

define_ispc_isa_options(XE gen9-x8 gen9-x16 xelp-x8 xelp-x16 xehpc-x16 xehpc-x32)
define_ispc_isa_options(XE gen9-x8 gen9-x16 xelp-x8 xelp-x16 xehpc-x16 xehpc-x32 xehpg-x8 xehpg-x16)

set(ISPC_XE_ADDITIONAL_ARGS "" CACHE STRING "extra arguments to pass to ISPC for Xe targets")

Expand Down

0 comments on commit 8b44a86

Please sign in to comment.