Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: kernels for random.vonmisses; part 2 #681

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    63eeab1 View commit details
    Browse the repository at this point in the history
  2. update

    samir-nasibli committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    5e6086c View commit details
    Browse the repository at this point in the history
  3. refactoring

    samir-nasibli committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    4268517 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    6f77dc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    b5f539a View commit details
    Browse the repository at this point in the history
  2. disabled tests on CPU

    samir-nasibli committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    e9c17c7 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    75dc985 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

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

Commits on May 26, 2021

  1. tmp solution

    samir-nasibli committed May 26, 2021
    Configuration menu
    Copy the full SHA
    df3160f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e743d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

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

Commits on Jul 13, 2021

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

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    233cd59 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    30637c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    3222bc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    2c3eeb2 View commit details
    Browse the repository at this point in the history
  2. Plukiche/vonmisses random (#998)

    * Fix race condition in dpnp_rng_vonmises_small_kappa_c and dpnp_rng_vonmises_large_kappa_c
    
    * Rename arrays and change if condition from kernels in dpnp_rng_vonmises_large_kappa_c and dpnp_rng_vonmises_small_kappa_c
    
    * Add space
    
    * Fix indices in dpnp_rng_vonmises_small_kappa_c and dpnp_rng_vonmises_large_kappa_c
    LukichevaPolina authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    b2b3c42 View commit details
    Browse the repository at this point in the history