Skip to content

Commit

Permalink
Merge remote-tracking branch 'my/fix-casts' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
aelovikov-intel committed Sep 13, 2024
2 parents d40110d + f052b05 commit 78cde19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sycl/test/check_device_code/extensions/address_cast.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
// RUN: %clangxx -O3 -fsycl -fsycl-device-only -fno-discard-value-names -S -emit-llvm -fno-sycl-instrument-device-code -o - %s | FileCheck %s

// Linux/Windows have minor differences in the generated IR (e.g. TBAA
// metadata). Having linux-only checks eases the maintenance without sacrifising
// coverage of what's important for this test.
// REQUIRES: linux

#include <sycl/sycl.hpp>

using namespace sycl;
Expand Down

0 comments on commit 78cde19

Please sign in to comment.