-
```
$> codon build -release mandelbrot_gpu.codon
/usr/bin/ld: mandelbrot_gpu.o: in function `main':
mandelbrot_gpu.codon:(.text+0x2ae): undefined reference to `seq_nvptx_load_module'
/usr/bin/ld: …
-
Hello,
Hardware Emulation of Mandelbrot Application does not work because there is no socket between the web server and the host application. As indicated in the framework/build/launch file this is …
gefl0 updated
2 years ago
-
getting the following error when serving the Mandelbrot-simple or the Mandelbrot-tiles after running make:
'addOnPostRun' was not exported. add it to EXTRA_EXPORTED_RUNTIME_METHODS (see the FAQ)
man…
-
Failed tests:
- JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-2/mandelbrot-2.sh
[Full log](https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-5552…
-
ENVIRON, array of environment variables, and support by awk and gawk.
-
As promised, I just tried the mandelbrot version from the solution branch, and unfortunately I run into the same (or very similar) problem with numba vectorize:
```
UFuncTypeError: ufunc 'mandelbr…
-
my solution:
```scala
val allReady = io.outputs.map(s => s.ready).asBits()
val low = util.lowbit(allReady)
val unbusy = allReady.orR
val num = OHToUInt(low)
```
it's a one cycle dispatc…
-
The LLVM backend is ~40% slower for the mandelbrot-complex benchmark:
https://chapel-lang.org/perf/chapcs/llvm/?startdate=2018/07/12&graphs=mandelbrotall,mandelbrotvariations
it takes about 25 …
-
I'm not sure where the problem lies, but I initially puzzled over incorrect rendering in a port to another language, before testing the upstream (this package).
Tested with a small Mandelbrot set r…
-
We'll use Spire to write a ScalaFX application that explores the Mandelbrot fractal.
https://en.wikipedia.org/wiki/Mandelbrot_set
(We can also try to port ScalaFX to 2.13, I'd be keen to have th…