Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Remove device selector sample #277

Merged
merged 1 commit into from
Nov 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ endfunction(add_sample)
add_sample(TARGET accessors SOURCES accessors.cpp)
add_sample(TARGET async-handler SOURCES async-handler.cpp)
add_sample(TARGET builtin-kernel-example SOURCES builtin-kernel-example.cpp)
add_sample(TARGET custom-device-selector SOURCES custom-device-selector.cpp)
add_sample(TARGET example-sycl-application SOURCES example-sycl-application.cpp)
add_sample(TARGET gaussian-blur SOURCES gaussian-blur.cpp NO_TEST)
target_include_directories(gaussian-blur PRIVATE ${PROJECT_SOURCE_DIR}/include)
Expand Down
96 changes: 0 additions & 96 deletions samples/custom-device-selector.cpp

This file was deleted.