-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.ijs
More file actions
54 lines (44 loc) · 1.12 KB
/
manifest.ijs
File metadata and controls
54 lines (44 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
NB. Copyright 2022, Jsoftware Inc. All rights reserved.
CAPTION=: 'ArrayFire'
DESCRIPTION=: 0 : 0
cd bindings and utilities for ArrayFire shared library
https://arrayfire.org
"ArrayFire is a high performance software library for
parallel computing with an easy-to-use API. Its array based
function set makes parallel programming more accessible."
J-ArrayFire cd bindings make it easy to have
high performance computing for things like matrix multiply
with cpu cores, Nvidia gpus, and opencl.
)
VERSION=: '2.1.22'
FILES=: 0 : 0
arrayfire.ijs
bench/matmul.ijs
c/build.bat
c/build_linux.sh
c/build_macos.sh
c/makefile_linux
c/makefile_macos
c/makefile_win
c/vcvars64.bat
c/xaf.cpp
families.ijs
man.txt
manifest.ijs
qcommon.ijs
tutorial/basic.ijs
tutorial/create.ijs
tutorial/display.ijs
tutorial/index.ijs
tutorial/inverse.ijs
tutorial/memory.ijs
tutorial/qgridxy.ijs
tutorial/qmp.ijs
tutorial/sparse.ijs
tutorial/xaf_cpp.ijs
util/famcnts.txt
util/proto.txt
util/util.ijs
)
RELEASE=: 'j903'
FOLDER=: 'math/arrayfire'