We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3021da3 + 92db41a commit 62a2cb9Copy full SHA for 62a2cb9
.rodare.json
@@ -29,6 +29,10 @@
29
},
30
{
31
"name": "Kosukhin, Sergey"
32
+ },
33
+ {
34
+ "affiliation":"HZDR, TU Dresden",
35
+ "name":"Lebedev, Anton"
36
}
37
],
38
"title": "ISAAC - In Situ Animation of Accelerated Computations",
lib/isaac/isaac_functors.hpp
@@ -163,7 +163,7 @@ namespace isaac
163
template<int N>
164
ISAAC_HOST_DEVICE_INLINE static isaac_float_dim<1> call(const isaac_float_dim<N> v, const isaac_float4& p)
165
166
- isaac_float_dim<1> result;
+ isaac_float_dim<1> result(0.0);
167
168
for(int i = 0; i < N; ++i)
169
0 commit comments