Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 2.59 KB

API.mediawiki

File metadata and controls

48 lines (28 loc) · 2.59 KB

Hardware arch (ARM, MIPS, GPU, CUDA), language API, software libraries,..

Table of Contents

OpenSlide

Language API

Fortran

Java

  • JavaCall.jl is a package that lets you call Java programs from Julia.

Python

R-lang

MATLAB

HW programming API

LLVM

ARM, MIPS, GPU

OpenCL API

  • OpenCL bindings for Julia is a cross platform API for programming parallel devices, with implementations from AMD, Nvidia, Intel, and others; similar in scope to PyOpenCL.
garbageis a low level, high performance library for vectorized operations, elementwise operation on arrays, supports the x86(-64), ARM and MIPS architectures, and takes advantage of a lot of SIMD extensions (from SSE to AVX2 on x86, NEON on ARM). The New BSD(3-clause BSD)-licensed source code is hosted on Bitbucket.

OpenCL API

  • OpenCL bindings for Julia is a cross platform API for programming parallel devices, with implementations from AMD, Nvidia, Intel, and others; similar in scope to PyOpenCL.