Skip to content

Commit

Permalink
Squashed 'hpc' changes from 850ee7b..337288c (#1052)
Browse files Browse the repository at this point in the history
337288c update (#189)
Co-authored-by: sdausr <[email protected]>
  • Loading branch information
SDA USR authored and GitHub Enterprise committed May 20, 2024
1 parent 7d5f7bb commit 1af7ce6
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 17 deletions.
5 changes: 3 additions & 2 deletions hpc/L1/tests/hw/cgSolver/test_gemv/description.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Xilinx HPC CG Test",
"name": "Xilinx_HPC_CG_Test_GEMV_Test",
"clock": "3.3333",
"description": "Xilinx HPC CG Update Vector Values",
"flow": "hls",
Expand Down Expand Up @@ -54,5 +54,6 @@
"vivado_syn",
"vivado_impl"
]
}
},
"gui": true
}
5 changes: 3 additions & 2 deletions hpc/L1/tests/hw/cgSolver/update_pk/description.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Xilinx HPC CG Test",
"name": "Xilinx_HPC_CG_Update_PK_Test",
"clock": "3.3333",
"description": "Xilinx HPC CG Update Vector Values",
"flow": "hls",
Expand Down Expand Up @@ -54,5 +54,6 @@
"vivado_syn",
"vivado_impl"
]
}
},
"gui": true
}
5 changes: 3 additions & 2 deletions hpc/L1/tests/hw/cgSolver/update_rk_jacobi/description.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Xilinx HPC CG Test",
"name": "Xilinx_HPC_CG_Update_RK_Jacobi_Test",
"clock": "3.3333",
"description": "Xilinx HPC CG Update Vector Values",
"flow": "hls",
Expand Down Expand Up @@ -54,5 +54,6 @@
"vivado_syn",
"vivado_impl"
]
}
},
"gui": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"${XF_PROJ_ROOT}/L1/tests/hw/rtm2d/backward/tests/data_h128_w128_t10_pe2/../../backward.cpp"
]
},
"topfunction": "top"
"topfunction": "top",
"gui": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"${XF_PROJ_ROOT}/L1/tests/hw/rtm2d/backward/tests/data_h128_w128_t15_pe2/../../backward.cpp"
]
},
"topfunction": "top"
"topfunction": "top",
"gui": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"${XF_PROJ_ROOT}/L1/tests/hw/rtm2d/forward/tests/data_h128_w128_t10_pe2/../../forward.cpp"
]
},
"topfunction": "top"
"topfunction": "top",
"gui": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"${XF_PROJ_ROOT}/L1/tests/hw/rtm2d/forward/tests/data_h128_w128_t15_pe4/../../forward.cpp"
]
},
"topfunction": "top"
"topfunction": "top",
"gui": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"${XF_PROJ_ROOT}/L1/tests/hw/rtm2d/laplacian/tests/data_h128_w128_t2_pe2/../../laplacian.cpp"
]
},
"topfunction": "top"
"topfunction": "top",
"gui": true
}
3 changes: 2 additions & 1 deletion hpc/L1/tests/hw/rtm3d/forward_hbc/tests/description.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"${XF_PROJ_ROOT}/L1/tests/hw/rtm3d/forward_hbc/forward.cpp"
]
},
"topfunction": "top"
"topfunction": "top",
"gui": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@
"${XF_PROJ_ROOT}/L1/tests/hw/rtm3d/forward_rbc/tests/RTM_x36_y60_z40_t4_p2/../../forward.cpp"
]
},
"topfunction": "top"
"topfunction": "top",
"gui": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"${XF_PROJ_ROOT}/L1/tests/hw/rtm3d/forward_rbc/tests/RTM_x50_y60_z80_t4_p2/../../forward.cpp"
]
},
"topfunction": "top"
"topfunction": "top",
"gui": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@
"${XF_PROJ_ROOT}/L1/tests/hw/rtm3d/forward_rbc/tests/RTM_x50_y60_z80_t9_p2/../../forward.cpp"
]
},
"topfunction": "top"
"topfunction": "top",
"gui": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"${XF_PROJ_ROOT}/L1/tests/hw/rtm3d/laplacian/tests/RTM_x28_y25_z20_t1_p2/../../laplacian.cpp"
]
},
"topfunction": "top"
"topfunction": "top",
"gui": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"${XF_PROJ_ROOT}/L1/tests/hw/rtm3d/propagate/tests/RTM_x28_y36_z20_t_p2/../../propagate.cpp"
]
},
"topfunction": "top"
"topfunction": "top",
"gui": true
}

0 comments on commit 1af7ce6

Please sign in to comment.