Skip to content

Hotfix : default values in source

Benjamin Halimi requested to merge hotfix_nullptr into dev

Description

Two thurst templates had default values inside both source and header, causing the compiler to throw a redeclaration error.

To address this we propose to only keep the default values in the header.

File modified : TensorImpl.cu

Merge request reports

Loading