Skip to content

Commit

Permalink
Silence warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelkgutierrez committed Jun 30, 2015
1 parent 7cdc202 commit deb80c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion legion/lgncg/src/comp-spmv.h
Expand Up @@ -222,7 +222,6 @@ spmvTask(const LegionRuntime::HighLevel::Task *task,
// convenience typedefs
typedef RegionAccessor<AccessorType::Generic, double> GDRA;
typedef RegionAccessor<AccessorType::Generic, int64_t> GLRA;
typedef RegionAccessor<AccessorType::Generic, uint8_t> GSRA;
// sparse matrix
GDRA av = avpr.get_field_accessor(0).typeify<double>();
const Domain aValsDom = lrt->get_index_space_domain(
Expand Down

0 comments on commit deb80c0

Please sign in to comment.