{ "version": "1.0", "generated": "2026-04-27T06:44:23.405781Z", "tarballs": { "small.tar.gz": { "size_bytes": 28624863, "sha256": "a2c27dbdefb25ea7fedfad43e81d7ccd9fe2bea741a86f6411c47e77f2eda80d" }, "medium.tar.gz": { "size_bytes": 1160706933, "sha256": "a880e0772addb24c15c4e3227ea9b8f79673fb5224da45c1a4e8340a7d79e3f6" }, "large.tar.gz": { "size_bytes": 3442205129, "sha256": "eeb8213dde38246b19ba3e4fb1a0dbc0f9948c2f420d8b4714b5543a886631f5" } }, "tasks": { "batched_lhpca_portfolio": { "category": "Financial Engineering", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "S": 4, "T": 256, "N": 256, "K": 4, "seed": 42 }, "medium": { "S": 16, "T": 512, "N": 1024, "K": 8, "seed": 42 }, "large": { "S": 20, "T": 640, "N": 1280, "K": 10, "seed": 42 } } }, "bellman_ford": { "category": "graph", "difficulty": 2, "interface_mode": "compute_only", "input_sizes": { "small": { "V": 1000, "E": 5000, "seed": 42, "num_requests": 100 }, "medium": { "V": 100000, "E": 500000, "seed": 42, "num_requests": 100 } } }, "black_scholes": { "category": "financial_computing", "difficulty": 1, "interface_mode": "compute_only", "input_sizes": { "small": { "N": 100000, "seed": 42 }, "medium": { "N": 1000000, "seed": 42 }, "large": { "N": 10000000, "seed": 42 } } }, "bonds_pricing": { "category": "financial_computing", "difficulty": 1, "interface_mode": "compute_only", "input_sizes": { "small": { "N": 100000, "seed": 42 }, "medium": { "N": 500000, "seed": 42 }, "large": { "N": 2000000, "seed": 42 } } }, "collision_detection": { "category": "computational_geometry", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "N": 1000, "seed": 42 }, "medium": { "N": 10000, "seed": 42 }, "large": { "N": 50000, "seed": 42 } } }, "crew_pairing": { "category": "optimization", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "instance": "DataA_chunk3_id1", "N": 37, "seed": 42 }, "medium": { "instance": "DataA_chunk15_id1", "N": 206, "seed": 42 }, "large": { "instance": "DataB_chunk5_id1", "N": 2239, "seed": 42 } } }, "dbscan": { "category": "spatial_clustering", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "N": 10000, "eps_x10000": 300, "minPts": 4, "seed": 42 }, "medium": { "N": 100000, "eps_x10000": 100, "minPts": 8, "seed": 42 }, "large": { "N": 50000, "eps_x10000": 80, "minPts": 8, "seed": 42 } } }, "dtw_distance": { "category": "time_series_distance", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "num_entries": 256, "num_features": 1023, "seed": 42 }, "medium": { "num_entries": 1024, "num_features": 1023, "seed": 42 }, "large": { "num_entries": 4096, "num_features": 1023, "seed": 42 } } }, "euclidean_distance_matrix": { "category": "spatial_distance", "difficulty": 1, "interface_mode": "compute_only", "input_sizes": { "small": { "ref_nb": 128, "query_nb": 128, "dim": 32, "seed": 42 }, "medium": { "ref_nb": 512, "query_nb": 512, "dim": 128, "seed": 42 }, "large": { "ref_nb": 2048, "query_nb": 2048, "dim": 256, "seed": 42 } } }, "gapbs_cc_afforest": { "category": "graph_analytics", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "n": 65536, "component_size": 2048, "num_offsets": 6, "neighbor_rounds": 2, "num_samples": 1024 }, "medium": { "n": 262144, "component_size": 4096, "num_offsets": 7, "neighbor_rounds": 2, "num_samples": 2048 }, "large": { "n": 524288, "component_size": 4096, "num_offsets": 8, "neighbor_rounds": 2, "num_samples": 4096 } } }, "gapbs_pagerank_pullgs": { "category": "graph_analytics", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "n": 32768, "out_deg": 8, "max_iters": 20 }, "medium": { "n": 131072, "out_deg": 10, "max_iters": 20 }, "large": { "n": 262144, "out_deg": 12, "max_iters": 20 } } }, "gapbs_triangle_orderedcount": { "category": "graph_analytics", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "n": 32768, "num_offsets": 16 }, "medium": { "n": 131072, "num_offsets": 24 }, "large": { "n": 262144, "num_offsets": 28 } } }, "gittins_index": { "category": "dynamic_programming", "difficulty": 4, "interface_mode": "compute_only", "input_sizes": { "small": { "N": 50, "a_x10000": 9000, "S": 1275, "num_bisect": 40, "seed": 42 }, "medium": { "N": 150, "a_x10000": 9500, "S": 11325, "num_bisect": 40, "seed": 42 }, "large": { "N": 300, "a_x10000": 9900, "S": 45150, "num_bisect": 40, "seed": 42 } } }, "hausdorff_distance": { "category": "spatial_distance", "difficulty": 2, "interface_mode": "compute_only", "input_sizes": { "small": { "num_spaces": 16, "points_per_space": 64, "seed": 42 }, "medium": { "num_spaces": 32, "points_per_space": 256, "seed": 42 }, "large": { "num_spaces": 64, "points_per_space": 256, "seed": 42 } } }, "hawkes_dynamic_pricing_hjb": { "category": "Dynamic Programming", "difficulty": 2, "interface_mode": "compute_only", "input_sizes": { "small": { "batch_size": 2, "J": 1000, "N": 500, "num_actions": 50 }, "medium": { "batch_size": 8, "J": 2500, "N": 1000, "num_actions": 100 }, "large": { "batch_size": 32, "J": 5000, "N": 1000, "num_actions": 100 } } }, "held_karp_tsp": { "category": "optimization", "difficulty": 4, "interface_mode": "compute_only", "input_sizes": { "small": { "B": 8, "n": 15, "seed": 42 }, "medium": { "B": 8, "n": 18, "seed": 42 }, "large": { "B": 4, "n": 21, "seed": 42 } } }, "hotspot_2d": { "category": "stencil_simulation", "difficulty": 2, "interface_mode": "compute_only", "input_sizes": { "small": { "rows": 256, "cols": 256, "iters": 50, "seed": 7 }, "medium": { "rows": 768, "cols": 768, "iters": 100, "seed": 7 }, "large": { "rows": 1536, "cols": 1536, "iters": 150, "seed": 7 } } }, "hpcg_mg_vcycle": { "category": "sparse_linear_algebra", "difficulty": 4, "interface_mode": "compute_only", "input_sizes": { "small": { "nx": 32, "ny": 32, "nz": 32, "coarse_levels": 3 }, "medium": { "nx": 56, "ny": 56, "nz": 56, "coarse_levels": 3 }, "large": { "nx": 72, "ny": 72, "nz": 72, "coarse_levels": 3 } } }, "hpcg_spmv_27pt": { "category": "sparse_linear_algebra", "difficulty": 2, "interface_mode": "compute_only", "input_sizes": { "small": { "nx": 32, "ny": 32, "nz": 32 }, "medium": { "nx": 56, "ny": 56, "nz": 56 }, "large": { "nx": 72, "ny": 72, "nz": 72 } } }, "hpcg_symgs_sweep": { "category": "sparse_linear_algebra", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "nx": 32, "ny": 32, "nz": 32 }, "medium": { "nx": 56, "ny": 56, "nz": 56 }, "large": { "nx": 72, "ny": 72, "nz": 72 } } }, "inventory_replenishment_dp": { "category": "Dynamic Programming", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "N_I": 10, "N_B": 10, "N_Phi": 10, "N_Psi": 10, "N_x": 10, "N_phi": 10, "T": 5, "seed": 42 }, "medium": { "N_I": 14, "N_B": 14, "N_Phi": 14, "N_Psi": 14, "N_x": 14, "N_phi": 14, "T": 6, "seed": 42 }, "large": { "N_I": 18, "N_B": 18, "N_Phi": 18, "N_Psi": 18, "N_x": 18, "N_phi": 18, "T": 8, "seed": 42 } } }, "max_flow_push_relabel": { "category": "graph", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "num_nodes": 1000, "num_arcs": 5000, "seed": 42 }, "medium": { "num_nodes": 5000, "num_arcs": 25000, "seed": 42 }, "large": { "num_nodes": 20000, "num_arcs": 100000, "seed": 42 } } }, "miniWeather": { "category": "stencil_simulation", "difficulty": 4, "interface_mode": "compute_only", "input_sizes": { "small": { "NX": 100, "NZ": 50, "SIM_TIME": 400, "DATA_SPEC": 2 }, "medium": { "NX": 800, "NZ": 400, "SIM_TIME": 200, "DATA_SPEC": 2 }, "large": { "NX": 2000, "NZ": 1000, "SIM_TIME": 100, "DATA_SPEC": 2 } } }, "monte_carlo": { "category": "financial_computing", "difficulty": 2, "interface_mode": "compute_only", "input_sizes": { "small": { "N": 100000, "seed": 42 }, "medium": { "N": 500000, "seed": 42 }, "large": { "N": 2000000, "seed": 42 } } }, "motzkin_straus_blp_eval": { "category": "Optimization", "difficulty": 1, "interface_mode": "compute_only", "input_sizes": { "small": { "N": 100, "M": 1000, "seed": 42 }, "medium": { "N": 1000, "M": 5000, "seed": 42 }, "large": { "N": 3000, "M": 8000, "seed": 42 } } }, "nash_flows_over_time": { "category": "Transportation", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "num_nodes": 100, "num_edges": 400, "num_steps": 1000, "seed": 42 }, "medium": { "num_nodes": 1000, "num_edges": 4000, "num_steps": 5000, "seed": 42 }, "large": { "num_nodes": 3000, "num_edges": 12000, "num_steps": 5000, "seed": 42 } } }, "network_rm_dp": { "category": "dynamic_programming", "difficulty": 4, "interface_mode": "compute_only", "input_sizes": { "small": { "m": 2, "n": 4, "T": 100, "L": 10, "cap_max": 20, "seed": 42 }, "medium": { "m": 3, "n": 6, "T": 200, "L": 15, "cap_max": 25, "seed": 42 }, "large": { "m": 3, "n": 8, "T": 300, "L": 20, "cap_max": 30, "seed": 42 } } }, "npb_cg_sparse_solve": { "category": "sparse_linear_algebra", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "n": 8192, "neighbors_per_row": 12, "max_iters": 40, "tol_exp": 8, "seed": 42 }, "medium": { "n": 32768, "neighbors_per_row": 16, "max_iters": 50, "tol_exp": 8, "seed": 42 }, "large": { "n": 131072, "neighbors_per_row": 20, "max_iters": 60, "tol_exp": 8, "seed": 42 } } }, "npb_lu_ssor_structured": { "category": "cfd_solver", "difficulty": 4, "interface_mode": "compute_only", "input_sizes": { "small": { "n": 32, "iters": 6, "omega_milli": 1100, "seed": 42 }, "medium": { "n": 48, "iters": 8, "omega_milli": 1100, "seed": 42 }, "large": { "n": 64, "iters": 10, "omega_milli": 1100, "seed": 42 } } }, "npb_sp_adi_pentadiagonal": { "category": "cfd_solver", "difficulty": 4, "interface_mode": "compute_only", "input_sizes": { "small": { "n": 24, "iters": 6, "omega_milli": 900, "seed": 42 }, "medium": { "n": 40, "iters": 8, "omega_milli": 900, "seed": 42 }, "large": { "n": 56, "iters": 10, "omega_milli": 900, "seed": 42 } } }, "pathfinder_grid_dp": { "category": "dynamic_programming", "difficulty": 2, "interface_mode": "compute_only", "input_sizes": { "small": { "rows": 2048, "cols": 512, "seed": 9 }, "medium": { "rows": 8192, "cols": 1024, "seed": 9 }, "large": { "rows": 32768, "cols": 2048, "seed": 9 } } }, "pdlp": { "category": "linear_programming", "difficulty": 2, "interface_mode": "compute_only", "input_sizes": { "small": { "num_vars": 500, "num_constraints": 200, "nnz_per_col": 4, "num_iters": 500, "seed": 42 }, "medium": { "num_vars": 5000, "num_constraints": 2000, "nnz_per_col": 4, "num_iters": 1000, "seed": 42 }, "large": { "num_vars": 50000, "num_constraints": 20000, "nnz_per_col": 4, "num_iters": 2000, "seed": 42 } } }, "regex_match": { "category": "automata_simulation", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "num_strings": 1000, "avg_str_len": 100, "num_states": 32, "seed": 42 }, "medium": { "num_strings": 100000, "avg_str_len": 200, "num_states": 64, "seed": 42 }, "large": { "num_strings": 1000000, "avg_str_len": 500, "num_states": 128, "seed": 42 } } }, "repo_pricing": { "category": "financial_computing", "difficulty": 2, "interface_mode": "compute_only", "input_sizes": { "small": { "N": 100000, "seed": 42 }, "medium": { "N": 1000000, "seed": 42 }, "large": { "N": 5000000, "seed": 42 } } }, "robust_value_iteration_hypercube": { "category": "Dynamic Programming", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "S": 200, "A": 10, "T": 100 }, "medium": { "S": 1000, "A": 10, "T": 200 }, "large": { "S": 2000, "A": 20, "T": 500 } } }, "rodinia_bfs_levels": { "category": "graph_traversal", "difficulty": 2, "interface_mode": "compute_only", "input_sizes": { "small": { "num_nodes": 20000, "avg_degree": 6, "seed": 11 }, "medium": { "num_nodes": 100000, "avg_degree": 8, "seed": 11 }, "large": { "num_nodes": 250000, "avg_degree": 8, "seed": 11 } } }, "self_exciting_pricing_dp": { "category": "Dynamic Programming", "difficulty": 2, "interface_mode": "compute_only", "input_sizes": { "small": { "N_x": 10000, "N_T": 100, "N_lambda": 50 }, "medium": { "N_x": 50000, "N_T": 500, "N_lambda": 100 }, "large": { "N_x": 100000, "N_T": 1000, "N_lambda": 200 } } }, "smith_waterman": { "category": "bioinformatics", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "N": 1000, "len_min": 64, "len_max": 128, "seed": 42 }, "medium": { "N": 5000, "len_min": 128, "len_max": 256, "seed": 42 }, "large": { "N": 20000, "len_min": 256, "len_max": 512, "seed": 42 } } }, "sph_cell_index": { "category": "fluid_simulation", "difficulty": 2, "interface_mode": "compute_only", "input_sizes": { "small": { "N": 50000, "seed": 42 }, "medium": { "N": 500000, "seed": 42 }, "large": { "N": 5000000, "seed": 42 } } }, "sph_forces": { "category": "fluid_simulation", "difficulty": 4, "interface_mode": "compute_only", "input_sizes": { "small": { "N": 10000, "seed": 42 }, "medium": { "N": 100000, "seed": 42 }, "large": { "N": 500000, "seed": 42 } } }, "sph_position": { "category": "fluid_simulation", "difficulty": 1, "interface_mode": "compute_only", "input_sizes": { "small": { "N": 50000, "seed": 42 }, "medium": { "N": 500000, "seed": 42 }, "large": { "N": 5000000, "seed": 42 } } }, "thompson_sampling": { "category": "stochastic_simulation", "difficulty": 3, "interface_mode": "compute_only", "input_sizes": { "small": { "N": 10, "T": 10000, "M": 1000, "seed": 42 }, "medium": { "N": 50, "T": 50000, "M": 10000, "seed": 42 }, "large": { "N": 100, "T": 100000, "M": 5000, "seed": 42 } } } }, "num_tasks": 42 }