Closed
Conversation
Initial draft for JAX README.md
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).
updated cmath function for 2025.0
Jax getting started
Address Sanitizer Sample
…ndation New code sample: Job Recommendation System - end-to-end workload
…ve-jupyter-notebook-checkpoints Add .ipynb_checkpoints/ directories to .gitignore
DataFrame.applymap has been deprecated
fixed MTL thread count
…missing-success-message Add missing success messages
fix oneCCL readme command guide issue
…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.
… uncropped images
…gram argument as -h or -H. Remove unnecessary std::flush'es
…notations, slight modification to discrete heaviside
…gned int' in bmp_write
…ed output (W/A false positives in CI test)
…aphy_check [oneMKL samples][computed tomography] Revisions, refactoring and addition of a functional verification
Removed samples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
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
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
Code Development
Security and Legal
Review