Naelson Douglas C. Oliveira
Naelson Douglas C. Oliveira
> cd ~ curl -OL https://raw.github.com/nvie/gitflow/develop/contrib/gitflow-installer.sh chmod +x gitflow-installer.sh sudo ./gitflow-installer.sh INSTALL_PREFIX= ./gitflow-installer.sh I had an error trying this approach. But it was solved using this: https://itsmycode.com/the-unauthenticated-git-protocol-on-port-9418-is-no-longer-supported/ Now everthing is...
Parallel accelerator was made for Julia 0.4 and Julia 0.5, it's not going to work on 1.0 But in other hand you can't install it on Julia 0.4 and 0.5...
So in this case I will try with 0.6 Didnt try it because I saw [here](https://github.com/IntelLabs/ParallelAccelerator.jl/issues/142) you said it doesn't work with Julia 0.6, but it's an old thread and...
Hello @DrTodd13, thanks for the answer. It's because blur is working as a test function. In our project we are going to use generic functions/kernels. That's the deal: 1: We...
That makes a lot of sense. Thanks for the information. I just put the @acc in the blur function instead of process, but the **OptFramework failed to optimize function** keeps...
Here's the error: https://asciinema.org/a/59YWI6IzZnIA4UJvf6JOhnZM9 It's actually the same error. And here is the code: ```julia using Images using ImageView using ImageMagick using TestImages using FileIO using ParallelAccelerator using DocOpt using...
Hello. I updated ParallelAccelerator, but the error persists to me.  Can you show-me the environment you are using with Pkg.installed() in order to me use exactly the same versions...
It would be good
Not actually. But from my point of view the changes I did would not cause any compatibility problem, since there's only a import to importall change
I'll check that and then I give you the feedback. Thanks. :)