root/calculate_chain_cuda.cu

Revision 41, 1.0 KB (checked in by sascha, 3 years ago)

more portability

Line 
1//#undef _GLIBCXX_ATOMIC_BUILTINS_4
2#define KERNEL_REVERSE_BITS
3//#include <cutil.h>
4#include <tmto/misc/stdint.hpp>
5#include <tmto/configuration.hpp>
6#include <tmto/device/cuda/kernel/kernel.hpp>
7#include <tmto/static_configuration.hpp>
8#include <tmto/round_function/generator/increment.hpp>
9#include <tmto/round_function/generator/sharedmem_methods_nvcc.hpp>
10#include <tmto/algorithm/A51/implementation/cuda/all_implementations.hpp>
11#include <tmto/algorithm/A51/implementation/cuda/kernel/all_kernels.hpp>
12#include <tmto/condition/cuda/all_conditions.hpp>
13#include <tmto/round_function/cuda/all_round_functions.hpp>
14#include <tmto/round_function/cuda/generator/all_generators.hpp>
15
16#include <tmto/algorithm/A51/implementation/cuda/nvcc/all_implementations.hpp>
17
18#include <tmto/algorithm/A51/implementation/cuda/kernel/standard_table.hpp>
19#include <tmto/device/cuda/kernel/kernel_crunch.hpp>
20#include <tmto/device/cuda/host_side_methods_nvcc.hpp>
21#include <tmto/device/cuda/working_set_methods_nvcc.hpp>
22#include <tmto/device/cuda_methods_nvcc.hpp>
Note: See TracBrowser for help on using the browser.