跳转至主要内容
英特尔标志 - 返回主页
我的工具

选择您的语言

  • Bahasa Indonesia
  • Deutsch
  • English
  • Español
  • Français
  • Português
  • Tiếng Việt
  • ไทย
  • 한국어
  • 日本語
  • 简体中文
  • 繁體中文
登录 以访问受限制的内容

使用 Intel.com 搜索

您可以使用几种方式轻松搜索整个 Intel.com 网站。

  • 品牌名称: 酷睿 i9
  • 文件号: 123456
  • Code Name: Emerald Rapids
  • 特殊操作符: “Ice Lake”、Ice AND Lake、Ice OR Lake、Ice*

快速链接

您也可以尝试使用以下快速链接查看最受欢迎搜索的结果。

  • 产品信息
  • 支持
  • 驱动程序和软件

最近搜索

登录 以访问受限制的内容

高级搜索

仅搜索

Sign in to access restricted content.

不建议本网站使用您正在使用的浏览器版本。
请考虑通过单击以下链接之一升级到最新版本的浏览器。

  • Safari
  • Chrome
  • Edge
  • Firefox

Streamline Local Memory Access with SYCL* Atomics

Streamline Local Memory Access with SYCL* Atomics

@IntelDevTools

Subscribe Now

Stay in the know on all things CODE. Updates are delivered to your inbox.

Sign Up

Overview

This hands-on SYCL* workshop covers two topics that are useful for kernel programming when offloading computation to GPU devices: atomic operations and shared local memory.

The workshop first looks at SYCL atomic operations, which facilitate concurrent access to a memory location without introducing a data race. When multiple atomic operations access the same memory location, they are guaranteed not to overlap. This is critical when programming for GPU hardware where multiple operations run concurrently and update the same memory location.

This workshop also looks at how device-specific local memory can be used to get high bandwidth and low latency to access memory. The shared local memory (SLM) in GPUs is designed for this purpose. This session shows how SLM can be accessed in SYCL to optimize the code for better performance.

This webinar helps you:

  • Understand how to use SYCL atomic operations to avoid data race conditions.
  • Use a SYCL atomic operation to perform a reduction.
  • Recognize how shared local memory access and usage improve performance.
  • Use local memory to avoid the impact of repeated global memory access.
  • Understand how group barriers are used to synchronize all work items.

 

Jump to:

You May Also Like
 

Intel® oneAPI DPC++/C++ Compiler

Develop performant code quickly and correctly across hardware targets, including CPUs, GPUs, and FPGAs, with this standards-based, multiarchitecture compiler.

 

Get It Now

 

See All Tools

 

   

You May Also Like

Related On-Demand Webinar

Turbocharge Your C++ Code for Efficient Memory Allocation

Related Article

Analyze Memory and Threading Correctness for GPU-Offloaded Code

  • 公司信息
  • 英特尔资本
  • 企业责任部
  • 投资者关系
  • 联系我们
  • 新闻发布室
  • 网站地图
  • 招贤纳士 (英文)
  • © 英特尔公司
  • 沪 ICP 备 18006294 号-1
  • 使用条款
  • *商标
  • Cookie
  • 隐私条款
  • 请勿分享我的个人信息 California Consumer Privacy Act (CCPA) Opt-Out Icon

英特尔技术可能需要支持的硬件、软件或服务激活。// 没有任何产品或组件能够做到绝对安全。// 您的成本和结果可能会有所不同。// 性能因用途、配置和其他因素而异。请访问 intel.cn/performanceindex 了解更多信息。// 请参阅我们的完整法律声明和免责声明。// 英特尔致力于尊重人权,并避免成为侵犯人权行为的同谋。请参阅英特尔的《全球人权原则》。英特尔产品和软件仅可用于不会导致或有助于任何国际公认的侵犯人权行为的应用。

英特尔页脚标志