Skip to content
Snippets Groups Projects
Commit 4b6c35f0 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Refactoring read and write methods of File

The splitting with if( std::is_same<...> ) is not perfect, the code for
all devices was always visible to the compiler, and irrelevant parts
were optimized out at a much later stage. To fix compilation for MIC and
custom data type, we need proper template specializations.
parent 54784be9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment