Skip to content

Move extern "C" around the main ElementWise function to avoid linkage issues...

Andreas Klöckner requested to merge elementwise_kernel_c into master

Move extern "C" around the main ElementWise function to avoid linkage issues with preamble (e.g. when using cuda_fp16.h)

Merge request reports