ParallelAccelerator.jl
ParallelAccelerator.jl copied to clipboard
The ParallelAccelerator package, part of the High Performance Scripting project at Intel Labs
Last closed issue was in 2017. Julia 1.0 is not supported. Last commit also in 2017 ..
Will there be a version of parallel accelerator for Julia 1.0?
``` Building` ParallelAccelerator → `~/.julia/packages/ParallelAccelerator/VHDkp/deps/build.log` ┌ Error: Error building `ParallelAccelerator`: │ ERROR: LoadError: UndefVarError: is_windows not defined │ Stacktrace: │ [1] getproperty(::Module, ::Symbol) at ./sysimg.jl:13 │ [2] top-level scope at...
Hello, I tried to use ParallelAccelerator in Julia 0.6.0-dev and I got this error: ``` ERROR: LoadError: LoadError: UndefVarError: LambdaInfo not defined Stacktrace: [1] include_from_node1(::String) at ./loading.jl:539 [2] include(::String) at...
Hello. I have an offline machine that it is not possible to connect it to the internet. It has an Ubuntu operating system. Although I have another system able to...
Hello. I'm trying to execute the below, but I'm getting the following message julia> include("simple_ips.jl") **OptFramework failed to optimize function ##process#658 in optimization pass ParallelAccelerator.Driver.toDomainIR with error AssertionError("")** It's basically...
Hello, I'm trying to run Parallel Accelerator on top of Julia 5.2 in order to execute the [examples](https://github.com/IntelLabs/ParallelAccelerator.jl/tree/master/examples)?, but I didnt manage to make it work, since there were some...
Below is the message which i receive when i run the function > OptFramework failed to optimize function ##predictModelKNearest#732 in optimization pass ParallelAccelerator.Driver.toDomainIR with error ErrorException("type Union has no field...
I was able to setup ParallelAccelerator to use OpenBLAS using this [Link](https://github.com/IntelLabs/ParallelAccelerator.jl/compare/master...Gnimuc:gnimuc-mac-omp) which i found in the previous post in the Issues section. I tried to set up MKL_LIB=1 &...
OptFramework failed to optimize function-Array{Any,1} is incompatible with its type in lambda Void
Hi, I am getting the following error when i use ParallelAccelerator. `OptFramework failed to optimize function ##load_pickle_data#322 in optimization pass ParallelAccelerator.Driver.toParallelIR with error typeOf Opr _8::Array{Any,1} is incompatible with its...