Skip to content
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment