Skip to content

Add dpctl.SyclQueue.fill() method - #2365

Open
vlad-perevezentsev wants to merge 12 commits into
masterfrom
add_sycl_queue_fill
Open

Add dpctl.SyclQueue.fill() method#2365
vlad-perevezentsev wants to merge 12 commits into
masterfrom
add_sycl_queue_fill

Conversation

@vlad-perevezentsev

@vlad-perevezentsev vlad-perevezentsev commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

This PR proposes adding dpctl.SyclQueue.fill and dpctl.SyclQueue.fill_async methods as a Python wrapper over sycl::queue::fill backed by the existing DPCTLQueue_Fill8/16/32/64/128 and new DPCTLQueue_Fill8/16/32/64/128WithEvents C-API functions and adding a new test_sycl_queue_fill.py

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • Have you added documentation for your changes, if necessary?
  • Have you added your changes to the changelog?
  • If this PR is a work in progress, are you opening the PR as a draft?

@vlad-perevezentsev vlad-perevezentsev self-assigned this Aug 18, 2026
@github-actions

Copy link
Copy Markdown

@coveralls

coveralls commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

Coverage Status

Coverage is 74.729%add_sycl_queue_fill into master. No base build found for master.

@vlad-perevezentsev
vlad-perevezentsev marked this pull request as ready for review August 18, 2026 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants