Skip to content

[CI][Do not merge] Test copilot code review#21617

Draft
uditagarwal97 wants to merge 1 commit intosyclfrom
private/udit/auto-copilot-check
Draft

[CI][Do not merge] Test copilot code review#21617
uditagarwal97 wants to merge 1 commit intosyclfrom
private/udit/auto-copilot-check

Conversation

@uditagarwal97
Copy link
Contributor

No description provided.

@uditagarwal97 uditagarwal97 changed the title Update accessor.hpp [CI][Do not merge] Test copilot code review Mar 24, 2026
@uditagarwal97 uditagarwal97 marked this pull request as ready for review March 24, 2026 21:09
@uditagarwal97 uditagarwal97 requested a review from a team as a code owner March 24, 2026 21:09
@uditagarwal97 uditagarwal97 marked this pull request as draft March 24, 2026 21:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modifies the SYCL accessor header and appears to be a CI test PR for Copilot code review.

Changes:

  • Replaced the header include guard directive with a misspelled pragma.

//===----------------------------------------------------------------------===//

#pragma once
#pragma oce
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#pragma oce appears to be a typo for #pragma once. As written, this is not a valid pragma and can break compilation or lead to missing include guards.

Suggested change
#pragma oce
#pragma once

Copilot uses AI. Check for mistakes.
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