oneAPI

Deliver uncompromised performance for diverse workloads across multiple architectures.

Banking & Financial Audits through parallel computing DPC++ ( Process Millions of records in seconds)

URL: https://github.com/prilcool/Intel-devmesh-codeproject-one

Description:

Design scalable and flexible parallel data processing and audit systems with Intel DPC++. We show you how you can utilize DPC++ to efficiently process millions of records in parallel in under 60 seconds . For Auditing interest paid to each user based on the users dynamic account balances .

Posted:

stereo matching

URL: https://github.com/silverfly1992/stereo-matching-dpc

Description:

Stereo vision methods are widely used in photogrammetry, automatic driving, industrial inspection, virtual reality and other fields. Stereo matching, as a key step in stereo vision, has a great influence on the accuracy and speed of measurement results. The heterogeneous acceleration technology base

Posted:

gene sequence de-redundancy

URL: https://gitee.com/ju_zhen/nGIA

Description:

A novel Greedy Incremental Alignment-based algorithm called nGIA was proposed for sequence clustering with high efficiency and precision. The nGIA consists of a pre-filter, a modified short word filter, a new data packing strategy, a modified greedy incremental method, and is parallelized via GPU.

Posted:

Raytracing From CUDA to DPC++

URL: https://github.com/shaovoon/simple_raytracing_sycl2020

Description:

A walkthrough of converting a code from parallel C++ ray-tracing code to CUDA, and the work needed to make that CUDA code run on CPU using parallel for_each() and then converted the code to SYCL 2020 via Intel® DPC++. This is an entry competing in The Great Cross-Architecture Challenge.

Posted:

RealsenseID Pam Face Authentication

URL: https://github.com/cabelo/pam-realsenseid

Description:

The su/sudo command in the operating system has the function of scaling administration privileges to the user. In this project, we will see how to increase security by including Realsense ID Facial Biometrics technology together with the password, thus creating an additional layer of authentication

Posted:

SUPRA-on-oneAPI

URL: https://github.com/intel/supra-on-oneapi

Description:

This paper shows the general process of migrating CUDA-based ultrasound imaging project to Intel oneAPI. we migrated and optimized the generated DPC++ code, it can now run on Intel CPU, integrated GPU(Gen9), Xe MAX GPU and Arria 10 FPGA. the B-mode imaging performance meet real-time requirement.

Posted:

TAU Performance System

URL: https://github.com/UO-OACISS/tau2

Description:

The TAU Performance System® supports profiling and tracing of programs written using the Intel OneAPI. Intel OneAPI provides two interfaces for programming - OpenCL and DPC++/SYCL for CPUs and GPUs. TAU supports both - the OpenCL profiling interface and Intel Level Zero API to observe performance.

Posted:

Migrating and Tuning a CUDA-based stencil computation to DPC++ using OneAPI

URL: https://github.com/cs2isenaicimatec/OneAPI-solving-stencil-migration

Description:

We propose the tuning and migration of a CUDA-based RTM to a DPC++ application by applying DPC++ Compatibility Tool. We aim to demonstrate the versatility of OneAPI to build unified code capable of being executed in different processing units such as CPUs and GPUs with low implementation cost.

Posted: