-
Collecting aiodns
Using cached https://files.pythonhosted.org/packages/bd/f5/b69cb930fd5ab0569396659afe3f3c0d37d4098e5d0ba6afdf6fd9388cb0/aiodns-1.1.1-py2.py3-none-any.whl
Collecting pycares>=1.0.…
-
package_segemehl_0_2_0 installation fails because of a missing dependency:
gcc -Wall -pedantic -std=c99 -g -O3 -DFIXINSMALL -DFIXINBACKSPLICE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDBGNFO -D…
-
It seems there are no tests for this, and it's important when the number of passes is odd and a copy-back pass is needed.
Reported by: bmerry
Original Ticket: [clogs/tickets/15](https://sourcefo…
-
radixsort.cl is testing WARP_SIZE instead of WARP_SIZE_MEM. This could theoretically lead to incorrect results on NVIDIA GPUs, but a test seems to indicate that this isn't currently a problem.
Re…
-
build command:
github/stress-ng$ export $(dpkg-architecture -aarmhf)
github/stress-ng$ export CROSS_COMPILE=arm-linux-gnueabihf-
github/stress-ng$ export CCPREFIX=${CROSS_COMPILE}
github/stress-ng…
-
I'm attempting to run TSNE on a machine in the cloud, but I'm having trouble. This machine has successfully run tensorflow operations before, so I know the Nvidia drivers are set up properly. I'm runn…
-
I ran a `CountMap` on an Int64 vector `nr` with 3125181 elements and 253032 unique values:
```
using OnlineStats
s = Series(CountMap(Int64))
@time fit!(s, nr);
```
It took 393.785104 seconds!
…
-
A faster implementation of `countmap` exists in [FastGroupBy.jl](https://github.com/xiaodaigh/FastGroupBy.jl) in the form of `sumby` that uses Radixsort instead of a dictionary method. It can be made …
-
#### This issue is about [RadixSort](https://en.wikipedia.org/wiki/Radix_sort).
- [x] Issue Title is in form `Radix Sort[Java]`.
- [x] I searched or browsed the repo’s other issues to ensure this …
-
```
$ brew link qt --force
Error: Operation already in progress for qt.formula
Another active Homebrew process is already using qt.formula.
Please wait for it to finish or terminate it to continue…