Skip to content
Snippets Groups Projects

Tested the c++ codes run on GPUs and fixed unit tests associated with them

Open Pradipta Samanta requested to merge fix-cpp-codes-gpu into feature-add-cpp-codes
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -1093,8 +1093,8 @@ void div_avg(const T *vec_e, const int *cell_neighbor_idx,
UnmanagedConstInt3D ieidx(cell_edge_idx, nproma, nblks_c, 3);
UnmanagedConstInt3D ieblk(cell_edge_blk, nproma, nblks_c, 3);
UnmanagedConstT3D geofac_div_view(geofac_div, nproma, 4, nblks_e);
UnmanagedConstT3D avg_coeff_view(avg_coeff, nproma, nlev, nblks_c);
UnmanagedConstT3D geofac_div_view(geofac_div, nproma, 3, nblks_e);
UnmanagedConstT3D avg_coeff_view(avg_coeff, nproma, 4, nblks_c);
UnmanagedT3D div_vec_c_view(div_vec_c, nproma, nlev, nblks_c);
Loading