Skip to content

Commit

Permalink
Move runner to benchmark folder
Browse files Browse the repository at this point in the history
  • Loading branch information
aacostadiaz committed May 28, 2024
1 parent b836f98 commit d034960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sycl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


if("${DPCPP_SYCL_TARGET}" STREQUAL "intel_gpu_pvc")
if(SYCL_INTEL_TARGET)
add_subdirectory(pvc)
endif()

0 comments on commit d034960

Please sign in to comment.