ParallelAccelerator.jl icon indicating copy to clipboard operation
ParallelAccelerator.jl copied to clipboard

Defunct project?

Open javadba opened this issue 6 years ago • 3 comments

Last closed issue was in 2017. Julia 1.0 is not supported. Last commit also in 2017 ..

javadba avatar Jun 01 '19 05:06 javadba

Julia itself can now do most of what ParallelAccelerator was capable of doing. I think the best option is to try to use the native Julia interface and report any things that you find missing.

timholy avatar Jun 01 '19 12:06 timholy

@timholy I am interested on which kinds of optimizations Julia applies to the users code. Where would be the best starting point to start further investigations on that topic?

From the official package docs Intel is stating:

There is currently no facility to help users understand whether something is being optimized or silently rejected. In the future, we plan to provide such functionality to give users better insight into what is going on under the hood.

Are there comparable tools for the visualization of internal optimizations?

tjaeuth avatar Mar 04 '21 07:03 tjaeuth

There's a lot more tooling for Julia. In addition to @code_typed, @code_llvm, and @code_native, Cthulhu.jl is one of the best options.

timholy avatar Mar 04 '21 11:03 timholy