Skip to content

Commit 62a2cb9

Browse files
authored
Merge pull request #166 from psychocoderHPC/topic-cherryPickSumBug
Topic cherry pick sum bug
2 parents 3021da3 + 92db41a commit 62a2cb9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.rodare.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
},
3030
{
3131
"name": "Kosukhin, Sergey"
32+
},
33+
{
34+
"affiliation":"HZDR, TU Dresden",
35+
"name":"Lebedev, Anton"
3236
}
3337
],
3438
"title": "ISAAC - In Situ Animation of Accelerated Computations",

lib/isaac/isaac_functors.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ namespace isaac
163163
template<int N>
164164
ISAAC_HOST_DEVICE_INLINE static isaac_float_dim<1> call(const isaac_float_dim<N> v, const isaac_float4& p)
165165
{
166-
isaac_float_dim<1> result;
166+
isaac_float_dim<1> result(0.0);
167167

168168
for(int i = 0; i < N; ++i)
169169
{

0 commit comments

Comments
 (0)