Giter Club home page Giter Club logo

sycl_reference's Introduction

SYCL Language Reference

This document is incomplete and inconsistent in the current state, as work is ongoing to update it. Please do not use as a reference or propose bug fixes at the moment, since the content is being updated and is known to be in an inconsistent state. See SYCL specification for reference documentation for SYCL.

Resolving Errors When Submitting a PR

The checks job in GitHub Actions runs some static tests with the pre-commit python package. You can resolve issues faster by running the checks locally before submitting the PR.

Run pre-commit checks:

pre-commit run --all

Do pre-commit testing as part of git commit:

pre-commit install

To do a commit without running checks:

git commit -n -m 'Commit message'

To skip a single test, e.g. sphinx:

SKIP=sphinx pre-commit run --all

pre-commit will automatically fix most issues. After pre-commit finds and fixes issues, do a git add to add the changes and run pre-commit or git commit again. You must manually fix spelling errors, broken links, and long lines.

To resolve spelling errors, you can manually run the spell checker:

make spelling

Unrecognized words spelling_wordlist.txt. If the spell checker is warning about code, it means you have not properly delimited the code in the rst. Do not add it to spelling_wordlist.txt add, back quotes or other delimeters so it will be ignored.

sycl_reference's People

Contributors

ajax-light avatar imvucic avatar jacquibdupont avatar martinstarkov avatar petrobondar avatar pkeir avatar rscohn2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.