-
Updated
Apr 22, 2021 - C++
parallel-computing
Here are 1,315 public repositories matching this topic...
-
Updated
Apr 9, 2021 - Python
-
Updated
Dec 19, 2020 - Python
-
Updated
Jan 17, 2020
-
Updated
Dec 4, 2017 - Rust
-
Updated
Dec 6, 2020 - C
-
Updated
Oct 19, 2020 - Python
-
Updated
Mar 5, 2021 - C++
-
Updated
Apr 17, 2021 - Nim
-
Updated
Apr 23, 2021 - Python
-
Updated
Apr 23, 2021 - Java
Speed up test suite
The standard accelerate test suite, used by all the backends, can be quite slow. Several of the tests are significantly slower than the others, for example segmented folds and scans, which I believe is because the reference implementations are very inefficient. Writing some more efficient reference implementations (e.g. using Data.Vector.Unboxed) should help speed things up.
-
Updated
Apr 10, 2021 - R
-
Updated
Apr 24, 2021 - C++
When computing the isosurface, when 4 simplex edges crosses the isosurface, we add 2 triangles to the isosurface triangulation.
Right now we add these arbitrarily (in these 3 lines) but we should add them so that the curvature is minimized.
The current state o
-
Updated
Apr 14, 2021 - Python
-
Updated
Apr 24, 2021 - C++
-
Updated
Mar 5, 2021 - C++
-
Updated
Apr 23, 2021 - Fortran
Is there an issue to list simple failures like this, or one issue per failure is desired?
julia> q
4-element Vector{Num}:
q₁
q₂
q₃
q₄
julia> norm(q)
ERROR: MethodError: no method matching AbstractFloat(::Num)
Closest candidates are:
(::Type{T})(::Real, ::RoundingMode) where T<:AbstractFloat at rounding.jl:200
(::Type{T})(::T) where T<:Number at boot.jl:760
(::Typ-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Sep 8, 2017 - JavaScript
- core
- mpi
-
Updated
Apr 22, 2021 - Python
-
Updated
Mar 21, 2021 - Python
-
Updated
Apr 22, 2021 - Haskell
-
Updated
Apr 21, 2021 - Rust
-
Updated
Apr 15, 2021 - C
-
Updated
Oct 5, 2017 - Julia
Improve this page
Add a description, image, and links to the parallel-computing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallel-computing topic, visit your repo's landing page and select "manage topics."
Almost all of Kokkos should be
noexcept, but let's break it up into pieces that can be tackled in reasonable-sized issues. This one is the most urgent.