Skip to content

Commit

Permalink
Apply a few test fixes due to changes lost on rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeWeb committed Jan 30, 2025
1 parent 729dd32 commit c90f064
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// REQUIRES: linux
// REQUIRES: aspect-ext_oneapi_image_array

// RUN: %{build} -o %t.out
Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/bindless_images/cubemap/cubemap_sampled.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// REQUIRES: aspect-ext_oneapi_cubemap
// REQUIRES: aspect-ext_oneapi_cubemap_seamless_filtering
// REQUIRES: build-and-run-mode

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
// This file includes common definitions and functions that are shared between
// multiple tests that use user-defined types

#ifdef VERBOSE_PRINT
#include <iostream>
#endif
#include <string>
#include <sycl/detail/core.hpp>

#include <sycl/ext/oneapi/bindless_images.hpp>

void printTestName(std::string name) {
static inline void printTestName([[maybe_unused]] std::string name) {
#ifdef VERBOSE_PRINT
std::cout << name << std::endl;
#endif
Expand Down

0 comments on commit c90f064

Please sign in to comment.