Skip to content

Commit

Permalink
Implement C sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Beanavil committed Sep 22, 2023
1 parent 2c91d04 commit ddabf0d
Show file tree
Hide file tree
Showing 2 changed files with 699 additions and 6 deletions.
12 changes: 6 additions & 6 deletions samples/core/multi-device/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#add_sample(
# TEST
# TARGET multidevice
# VERSION 300
# SOURCES main.c
# KERNELS convolution.cl)
add_sample(
TEST
TARGET multidevice
VERSION 300
SOURCES main.c
KERNELS convolution.cl)

add_sample(
TEST
Expand Down
Loading

0 comments on commit ddabf0d

Please sign in to comment.