CUDA: various improvements

This commit is contained in:
Philippe Tillet
2015-08-21 13:06:20 -04:00
parent 33dac6b05a
commit 10524ebdee
25 changed files with 170 additions and 130 deletions

View File

@@ -1,9 +1,9 @@
#ifndef ISAAC_VALUE_SCALAR_H
#define ISAAC_VALUE_SCALAR_H
#include <inttypes.h>
#include "isaac/defines.h"
#include "isaac/types.h"
#include <stdint.h>
namespace isaac
{