Skip to content

Commits

Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Oct 18, 2023

  1. Copy the full SHA
    21f336f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Bump version to 2023.1.4

    inducer committed Oct 12, 2023
    Copy the full SHA
    166d3f9 View commit details
    Browse the repository at this point in the history
  2. Enable Apple Silicon wheels

    inducer committed Oct 12, 2023
    Copy the full SHA
    d449405 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6a061a3 View commit details
    Browse the repository at this point in the history
  4. Unblock py3.12 for cibw

    inducer committed Oct 12, 2023
    Copy the full SHA
    c5341d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Run flake8 without an env on Github CI

    In a way, this addresses
    zheller/flake8-quotes#117, since it forces the
    Python that runs flake8 onto 'oldest supported', currently 3.8.
    inducer committed Oct 6, 2023
    Copy the full SHA
    7658e2f View commit details
    Browse the repository at this point in the history
  2. Bump version to 2023.1.3

    inducer committed Oct 6, 2023
    Copy the full SHA
    5853041 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Copy the full SHA
    100633c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Fix numpy finding in aksetup

    inducer committed Aug 28, 2023
    Copy the full SHA
    ad6a14a View commit details
    Browse the repository at this point in the history
  2. Fix numpy finding in aksetup

    inducer committed Aug 28, 2023
    Copy the full SHA
    e64d50b View commit details
    Browse the repository at this point in the history
  3. Update to latest aksetup

    Includes changes equivalent to inducer/pycuda#423
    
    Co-authored-by: Antoine Martin <antoine@xpra.org>
    inducer and totaam committed Aug 28, 2023
    Copy the full SHA
    b5059d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Bump version to 2023.1.2

    inducer committed Aug 14, 2023
    Copy the full SHA
    1363061 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Copy the full SHA
    0efa89f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b69f660 View commit details
    Browse the repository at this point in the history
  3. Update cibuildwheel to 2.15

    inducer committed Aug 10, 2023
    Copy the full SHA
    531c40e View commit details
    Browse the repository at this point in the history
  4. Add support cl_amd_copy_buffer_p2p (#697)

    * feat: support cl_amd_copy_buffer_p2p
    
    * clean: shorter line
    
    * feat: use optional for byte_count && handle failure
    
    * feat: add test
    
    * feat: add docs
    
    * fix: flake8
    
    * feat: copy function signature over
    
    * feat: remove suffix?
    
    * feat: change version added
    wozeparrot committed Aug 10, 2023
    Copy the full SHA
    b3a4f88 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. fix type comparison

    alexfikl authored and inducer committed Jul 30, 2023
    Copy the full SHA
    a92e445 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Copy the full SHA
    9102b8c View commit details
    Browse the repository at this point in the history
  2. Invoker and scan caches: use no in-memory cache

    The chance of immediate reuse is low, but the chance of memory clutter is high
    inducer committed Jul 27, 2023
    Copy the full SHA
    9931e14 View commit details
    Browse the repository at this point in the history
  3. Ignore memray files

    inducer committed Jul 27, 2023
    Copy the full SHA
    0000659 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Bump version to 2023.1.1

    inducer committed Jun 25, 2023
    Copy the full SHA
    604f709 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. use np.prod instead of np.product

    alexfikl authored and inducer committed Jun 19, 2023
    Copy the full SHA
    bd71da8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0cfc068 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. runtime_program.rst: small fix for program.kernel_name (#688)

    * runtime_program.rst: small fix for program.kernel_name
    
    * Explain why `prg.sum(queue,...)` is discouraged for enqueue
    
    * Further doc improvements on recommended approach for kernel enqueue
    
    ---------
    
    Co-authored-by: Andreas Klöckner <inform@tiker.net>
    matthiasdiener and inducer committed May 25, 2023
    Copy the full SHA
    b1956ad View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Copy the full SHA
    aec2281 View commit details
    Browse the repository at this point in the history
  2. remove print-binary.py (#685)

    * fix and move print-binary.py
    
    * remove the file
    matthiasdiener committed May 17, 2023
    Copy the full SHA
    55b8fb9 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Copy the full SHA
    2c6c0f9 View commit details
    Browse the repository at this point in the history
  2. mark as pyopencl-2023.1

    kaushikcfd authored and inducer committed May 9, 2023
    Copy the full SHA
    34eae59 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Copy the full SHA
    f7dc384 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. trivial grammar fix

    matthiasdiener authored and inducer committed May 1, 2023
    Copy the full SHA
    e741928 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Copy the full SHA
    ae0f434 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Copy the full SHA
    37984dd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d0a3587 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Add logical ops to docs

    kaushikcfd authored and inducer committed Mar 14, 2023
    Copy the full SHA
    95ad30e View commit details
    Browse the repository at this point in the history
  2. Test logical_(and|or|not)

    kaushikcfd authored and inducer committed Mar 14, 2023
    Copy the full SHA
    8c8f9d8 View commit details
    Browse the repository at this point in the history
Older