Skip to content

Pr1 fixes#2647

Closed
eleemhui wants to merge 228 commits intooneapi-src:mainfrom
eleemhui:PR1_fixes
Closed

Pr1 fixes#2647
eleemhui wants to merge 228 commits intooneapi-src:mainfrom
eleemhui:PR1_fixes

Conversation

@eleemhui
Copy link

@eleemhui eleemhui commented Apr 4, 2025

Existing Sample Changes

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes Issue#

External Dependencies

List any external dependencies created as a result of this change.

Type of change

Please delete options that are not relevant. Add a 'X' to the one that is applicable.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Implement fixes for ONSAM Jiras

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Command Line
  • oneapi-cli
  • Visual Studio
  • Eclipse IDE
  • VSCode
  • When compiling the compliler flag "-Wall -Wformat-security -Werror=format-security" was used

Delete this line and everything below if this is not a PR for a new code sample

Delete this line and all above it if this PR is for a new code sample

Adding a New Sample(s)

Description

Please include a description of the sample

Checklist

Administrative

  • Review sample design with the appropriate Domain Expert:
  • If you have any new dependencies/binaries, inform the oneAPI Code Samples Project Manager

Code Development

Security and Legal

  • OSPDT Approval (see Project Manager for assistance)
  • Compile using the following compiler flags and fix any warnings, the falgs are: "/Wall -Wformat-security -Werror=format-security"
  • Bandit Scans (Python only)
  • Virus scan

Review

  • Review DPC++ code with Paul Peterseon. (GitHub User: pmpeter1)
  • Review readme with Tom Lenth(@tomlenth) and/or Project Manager
  • Tested using Dev Cloud when applicable

louie-tsai and others added 30 commits September 13, 2024 11:47
There was a functional change that went into the compiler recently that means it will now correctly identify memory dependences. One of the results of this is that this design will now emit a message that it is unable to achieve a user specified II.

To regain this performance we can use annotated_ptr's in the SYCL HLS flow to specify a larger interface width which will allow for the compiler to coalesce stores to memory, thus resulting in being able to achieve the user specified II again.

This change also corrects the address space of a call to device_ptr
This PR fixes a typo that was introduced in a previous PR that was to address some compilation crashes. This typo was leading to functional incorrectness (i.e., failures).
…ndation

New code sample: Job Recommendation System - end-to-end workload
krisrak and others added 29 commits March 11, 2025 01:14
…ve-jupyter-notebook-checkpoints

Add .ipynb_checkpoints/ directories to .gitignore
DataFrame.applymap has been deprecated
…missing-success-message

Add missing success messages
…M-2071-missin-onxx-runtime-sample

[ONSAM-2071] Fix ONNX Runtime sample link not present in Getting Started samples README
…ion-check

Fix formatting and presentation in version_check.py
…adme

Update name and old links according to AI Tools
[ONSAM-2066] Update README with adding command to register Conda kernel with Jupyter kernel
…mmenting source code for computed_tomography sample. README and makefiles updated.
…gram argument as -h or -H. Remove unnecessary std::flush'es
…notations, slight modification to discrete heaviside
…aphy_check

[oneMKL samples][computed tomography] Revisions, refactoring and addition of a functional verification
@eleemhui eleemhui closed this Apr 4, 2025
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.