Skip to content

Commit

Permalink
Add local cfg file
Browse files Browse the repository at this point in the history
Signed-off-by: Arvind Sudarsanam <arvind.sudarsanam@intel.com>
  • Loading branch information
asudarsa committed Jul 12, 2024
1 parent e34ae78 commit 6440883
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sycl/test-e2e/NewOffloadDriver/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import platform

config.unsupported_features += ['accelerator']

config.substitutions.append(
("%{embed-ir}", "%if any-device-is-hip || any-device-is-cuda %{ -fsycl-embed-ir %}")
)

0 comments on commit 6440883

Please sign in to comment.