mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 22:04:04 -06:00
23 lines
224 B
Text
23 lines
224 B
Text
uses
|
|
Core;
|
|
|
|
library(AF_CPU) afCPU;
|
|
|
|
library(AF_OPEN_CL) afOpenCL;
|
|
|
|
library(AF_CUDA) afCUDA;
|
|
|
|
options
|
|
;
|
|
|
|
file
|
|
ArrayFire_demo.cpp,
|
|
matrix.cpp,
|
|
pi.cpp,
|
|
vectorize.cpp,
|
|
demo.cpp,
|
|
srcdoc.tpp;
|
|
|
|
mainconfig
|
|
"" = "AF_CUDA";
|
|
|