{ "version": "1.0", "generated_utc": "2026-05-06T10:55:40.818367Z", "num_tasks": 42, "tarballs": { "small.tar.gz": { "size_bytes": 28624816, "sha256": "fc505d5f53458c00f0aea76ab7675c8aba6a9356de29f8ed86d9269d2f7c4f55" } }, "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 } }, "tags": [ "finance", "linear-algebra", "pca", "portfolio-optimization", "batched" ] }, "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 } }, "tags": [ "request_based", "graph", "sssp", "CSR_graph" ] }, "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 } }, "tags": [ "option_pricing", "embarrassingly_parallel", "transcendental_math" ] }, "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 } }, "tags": [ "bond_pricing", "yield_curve", "newton_raphson", "day_count", "cash_flows" ] }, "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 } }, "tags": [ "broad_phase", "narrow_phase", "SAT", "uniform_grid", "AABB", "spatial_hashing" ] }, "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 } }, "tags": [ "optimization", "scheduling", "crew_pairing", "set_partitioning" ] }, "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 } }, "tags": [ "DBSCAN", "neighbor_search", "spatial_indexing", "cluster_expansion", "atomics" ] }, "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 } }, "tags": [ "dtw", "dynamic_programming", "wavefront_parallelism" ] }, "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 } }, "tags": [ "pairwise_distance", "embarrassingly_parallel", "tiled_gemm_like" ] }, "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 } }, "tags": [ "gapbs", "connected_components", "afforest", "graph", "csr", "union_find" ] }, "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 } }, "tags": [ "gapbs", "pagerank", "pull", "gauss_seidel", "graph", "csr" ] }, "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 } }, "tags": [ "gapbs", "triangle_count", "orderedcount", "graph", "csr", "sorted_neighborhoods" ] }, "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 } }, "tags": [ "backward_induction", "binary_search", "bandit", "gittins_index", "triangular_grid", "layer_parallel" ] }, "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 } }, "tags": [ "hausdorff", "trajectory_similarity", "atomic_max" ] }, "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 } }, "tags": [ "dynamic_programming", "pde", "finite_difference", "pricing", "batched" ] }, "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 } }, "tags": [ "traveling salesman", "subset dp", "bitmask", "exact optimization", "combinatorial optimization" ] }, "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 } }, "tags": [ "stencil", "thermal", "finite_difference", "double_buffering", "structured_grid" ] }, "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 } }, "tags": [ "hpcg", "multigrid", "v_cycle", "csr", "27_point_stencil", "symgs", "restriction", "prolongation" ] }, "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 } }, "tags": [ "hpcg", "spmv", "csr", "27_point_stencil", "sparse_matrix_vector" ] }, "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 } }, "tags": [ "hpcg", "symgs", "gauss_seidel", "csr", "27_point_stencil", "sparse_solver" ] }, "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 } }, "tags": [ "dynamic programming", "inventory control", "multi-dimensional state space", "stochastic optimization" ] }, "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 } }, "tags": [ "max_flow", "push_relabel", "network_flow", "graph", "preflow" ] }, "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 } }, "tags": [ "stencil", "CFD", "finite_volume", "Runge_Kutta", "halo_exchange", "reduction", "double_precision" ] }, "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 } }, "tags": [ "option_pricing", "stochastic_simulation", "random_number_generation" ] }, "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 } }, "tags": [ "bilevel optimization", "theoretical", "batch evaluation" ] }, "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 } }, "tags": [ "simulation", "graphs", "shortest-path" ] }, "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 } }, "tags": [ "backward_induction", "value_iteration", "revenue_management", "state_space", "double_buffer", "persistent_kernel" ] }, "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 } }, "tags": [ "sparse_matrix", "csr", "conjugate_gradient", "spmv", "reductions", "iterative_solver" ] }, "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 } }, "tags": [ "npb", "lu", "ssor", "structured_grid", "block_solve", "cfd" ] }, "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 } }, "tags": [ "npb", "sp", "adi", "pentadiagonal", "structured_grid", "cfd" ] }, "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 } }, "tags": [ "wavefront", "grid_traversal", "dynamic_programming", "stencil_like", "double_buffering" ] }, "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 } }, "tags": [ "LP", "first_order_method", "PDHG", "sparse_matrix_vector", "proximal_operator" ] }, "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 } }, "tags": [ "NFA", "state_propagation", "bitmask", "multi_string", "CSR" ] }, "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 } }, "tags": [ "repo_pricing", "bond_pricing", "yield_solver", "date_arithmetic", "forward_pricing" ] }, "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 } }, "tags": [ "Dynamic Programming", "Robust Optimization", "Markov Decision Process", "Value Iteration" ] }, "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 } }, "tags": [ "graph", "BFS", "frontier", "level_synchronous", "Rodinia" ] }, "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 } }, "tags": [ "dynamic programming", "finite difference", "layer-parallel", "pricing" ] }, "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 } }, "tags": [ "dynamic_programming", "sequence_alignment", "wavefront", "batched", "local_alignment" ] }, "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 } }, "tags": [ "sph", "spatial_hashing", "sorting", "neighbor_search", "cell_linked_list" ] }, "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 } }, "tags": [ "sph", "force_computation", "neighbor_search", "wendland_kernel", "navier_stokes" ] }, "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 } }, "tags": [ "sph", "particle_update", "embarrassingly_parallel", "position_integration" ] }, "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 } }, "tags": [ "monte_carlo", "beta_sampling", "bandit", "RNG", "embarrassingly_parallel", "register_pressure" ] } } }