Skip to content

Highlights

  • Arctic Code Vault Contributor

Organizations

@hpc12

Popular repositories

  1. Full-screen console debugger for Python

    Python 1.8k 163

  2. CUDA integration for Python, plus shiny features

    Python 946 207

  3. OpenCL integration for Python, plus shiny features

    Python 686 192

  4. A code generator for array-based code on CPUs and GPUs

    Python 313 44

  5. 2D/3D simplicial mesh generator interface for Python (Triangle, TetGen, gmsh)

    C++ 250 72

  6. RELATE is an Environment for Learning And TEaching

    Python 211 69

2,301 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2020

Created a pull request in illinois-ceesd/mirgecom that received 14 comments

Dangle requirements.txt in Euler branch to pre-array-context

@MTCam This will aim your Euler branch at the pre-array-context branches of grudge and meshmode. NB: Needs #24 to actually do anything.

+2 −2 14 comments

Created an issue in numpy/numpy that received 3 comments

Document ndindex(shape)

This usage of ndindex: >>> list(np.ndindex((3,2))) [(0, 0), (0, 1), (1, 0), (1, 1), (2, 0), (2, 1)] seems to work with >>> np.__version__ '1.18.4'

3 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.