Hacker News new | ask | show | jobs
by kaba0 965 days ago
#pragma omp target parallel for map(to:v1,v2) map(from:v3)

is sure as hell not part of the C specification.

1 comments

It's part of the OpenMP specification. C sans OpenMP will just ignore it.