Skip to content

breyerml-dissertation/data_parallel_kernels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYCL Data Parallel Kernels

This repository contains hello world kernels written in SYCL for the different data parallel kernels.

The available data parallel kernels are:

  • basic data parallel kernels
  • work-group data parallel kernels
  • hierarchical data parallel kernels
  • scoped parallelism kernels (AdaptiveCpp only)

The supported SYCL implementations are:

  • icxp (version 2025.0.0)
  • AdaptiveCpp (version v24.10.0)

Each kernel reverses all elements in a vector.

About

Examples for the different data parallel kernels provided by SYCL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published