File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.6.0] - 2022-05-19
4+
5+ alpaka 0.9.0 is required if you enabled alpaka support.
6+
7+ * Library
8+ - remove native CUDA support #121
9+ - Simplification of the code by using glm and reducing templates #130
10+ - Major rework of ISAAC #132 #136
11+ - CMake: increase ISAAC compatibility #134 #156
12+ - Prevent compiler error if no source is provided and arrays get initialized with 0 #138
13+ - Added texture implementation and vector field visualization to lib #143
14+ - Added vector field functionality to the isaac example #149
15+ - add HIP support #158
16+
317## [ v1.5.2] - 2021-01-22
418
519alpaka 0.6.0 is required if you enabled alpaka support.
Original file line number Diff line number Diff line change 11#pragma once
22
33#define ISAAC_VERSION_MAJOR 1
4- #define ISAAC_VERSION_MINOR 5
5- #define ISAAC_VERSION_PATCH 2
4+ #define ISAAC_VERSION_MINOR 6
5+ #define ISAAC_VERSION_PATCH 0
66
77#define ISAAC_PROTOCOL_VERSION_MAJOR 1
88#define ISAAC_PROTOCOL_VERSION_MINOR 0
You can’t perform that action at this time.
0 commit comments