8000 GitHub - kboroszko/hpc_lab10
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kboroszko/hpc_lab10

Repository files navigation

MPI lab4

Exercise 1

Look for loops that cannot be unrolled or functions that cannot be inlined. Is there anything you can change to permit these optimizations?

there is a directive __always_inline that tells the compiler that the function is to be inlined if possible, places where you want to permit inlining should be marked with #pragma inline_enable/disable

##Exercise 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0