Dataset Viewer
Auto-converted to Parquet Duplicate
inputs
stringlengths
786
37.1k
outputs
stringlengths
31
154
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #pragma ACCEL kernel void kernel_symm(double alpha,double beta,double C[200][240],double A[200][200],doub...
### outputs: _p0:1 _p1:1 _p2:4 _p3:200 _p4:o _p5:o _p6:1 _p7:1
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #pragma ACCEL kernel void kernel_symm(double alpha,double beta,double C[60][80],double A[60][60],double B...
### outputs: _p0:1 _p1:8 _p2:1 _p3:o _p4:f _p5:1 _p6:1
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #include "merlin_type_define.h" #pragma ACCEL kernel void kernel_gemver(int n,double alpha,double beta,dou...
### outputs: _p0:10 _p1:2 _p2:8 _p3:1 _p4:1 _p5:1 _p6:32 _p7:f _p8:f _p9:c _p10:1 _p11:1 _p12:8
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #include <math.h> #pragma ACCEL kernel void kernel_correlation(double float_n,double data[100][80],double ...
### outputs: _p0:1 _p1:1 _p2:1 _p3:1 _p4:1 _p5:1 _p6:1 _p7:16 _p8:f _p9:f _p10:o _p11:o _p12:o _p13:1 _p14:1 _p15:1 _p16:1
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #pragma ACCEL kernel void kernel_symm(double alpha,double beta,double C[200][240],double A[200][200],doub...
### outputs: _p0:1 _p1:1 _p2:25 _p3:200 _p4:c _p5:o _p6:1 _p7:1
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #include "merlin_type_define.h" #pragma ACCEL kernel void bbgemm(double m1[4096],double m2[4096],double pr...
### outputs: _p0:1 _p1:o _p2:c _p3:f _p4:o _p5:1 _p6:1 _p7:1 _p8:1
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #include "merlin_type_define.h" #pragma ACCEL kernel void kernel_jacobi_1d(int tsteps,int n,double A[120],...
### outputs: _p0:1 _p1:32 _p2:16 _p3:c _p4:8
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #include "merlin_type_define.h" #pragma ACCEL kernel void kernel_gemm(int ni,int nj,int nk,double alpha,do...
### outputs: _p0:1 _p1:1 _p2:8 _p3:70 _p4:o _p5:c _p6:1 _p7:1
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #pragma ACCEL kernel void kernel_gesummv(double alpha,double beta,double A[250][250],double B[250][250],d...
### outputs: _p0:5 _p1:1 _p2:f _p3:4
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #pragma ACCEL kernel void kernel_atax(int m,int n,double A[116][124],double x[124],double y[124],double tm...
### outputs: _p0:1 _p1:1 _p2:1 _p3:f _p4:1
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #include "merlin_type_define.h" #pragma ACCEL kernel void kernel_gesummv(int n,double alpha,double beta,do...
### outputs: _p0:8 _p1:1 _p2:f _p3:8
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #include <math.h> #pragma ACCEL kernel void kernel_correlation(double float_n,double data[100][80],double ...
### outputs: _p0:1 _p1:1 _p2:1 _p3:1 _p4:1 _p5:1 _p6:4 _p7:100 _p8:f _p9:o _p10:o _p11:o _p12:o _p13:1 _p14:1 _p15:1 _p16:1
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #pragma ACCEL kernel void kernel_symm(double alpha,double beta,double C[60][80],double A[60][60],double B...
### outputs: _p0:1 _p1:1 _p2:15 _p3:o _p4:o _p5:1 _p6:1
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #include "merlin_type_define.h" #pragma ACCEL kernel void md_kernel(double force_x[256],double force_y[256...
### outputs: _p0:1 _p1:o _p2:1
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #include "merlin_type_define.h" #pragma ACCEL kernel void kernel_adi(int tsteps,int n,double u[60][60],dou...
### outputs: _p0:1 _p1:1 _p2:1 _p3:1 _p4:1 _p5:2 _p6:29 _p7:o _p8:o _p9:o _p10:1 _p11:1 _p12:1
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #pragma ACCEL kernel void kernel_syrk(double alpha,double beta,double C[80][80],double A[80][60]) { int...
### outputs: _p0:1 _p1:16 _p2:3 _p3:80 _p4:o _p5:c _p6:1 _p7:1
### inputs: You are an experienced hardware programmer, especially in High Level Synthesis (HLS) using the Merlin Compiler. Your goal is to optimize a program using Merlin-HLS pragma directives. Base code: ```c #include "merlin_type_define.h" #pragma ACCEL kernel void kernel_seidel_2d(int tsteps,int n,double A[120][...
### outputs: _p0:2 _p1:16 _p2:16 _p3:o _p4:o _p5:1 _p6:4
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
4