-
Oak Ridge National Laboratory
- Oak Ridge, TN
- http://milthorpe.org/
Highlights
- Pro
Block or Report
Block or report milthorpe
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
arkouda Public
Forked from Bears-R-Us/arkouda
Arkouda: NumPy-like arrays at massive scale backed by Chapel (a python/chapel package)
Python
-
ANU-HPC/Oclgrind Public
Forked from BeauJoh/AIWC
An OpenCL device simulator and debugger, with a plugin for Architecture-Independent Workload Characterization (AIWC). The main repository for Oclgrind is at https://github.com/jrprice/Oclgrind
C++ 3
-
ANU-HPC/OpenDwarfs Public
Forked from BeauJoh/OpenDwarfs
The Extended OpenDwarfs benchmark suite for OpenCL, representing different patterns (dwarfs) of scientific computation. The original OpenDwarfs benchmark suite is at https://github.com/vtsynergy/Op…
-
spherical-harmonics Public
C++ code to compute normalized associated Legendre polynomials and spherical harmonics
-
x10-lang/x10 Public
Core implementation of X10 programming language including compiler, runtime, class libraries, sample programs and test suite
51 contributions in the last year
Activity overview
Contribution activity
February 2023
Created an issue in chapel-lang/chapel that received 3 comments
Unexpected type aliasing between range
and domain
Assigning a range
literal to a variable of unconstrained domain
type appears to change the type of the variable to range
. For example:
var aDom: do…