multigpubfs-bfs-results
收藏资源简介:
该数据集记录了 S_10 对称群在 F2 上的相邻置换矩阵 Cayley 图的完整单源广度优先搜索(BFS)遍历结果。数据集中包含 3,628,800 个唯一规范行主序 u8 矩阵状态,分布在 46 个深度层中。数据由 MultiGPUBFS DENSE/CUB 算法生成,使用宏深度 1、本地预去重和哈希种子 20260828。数据集包含三个子集:states(每个状态、深度、128 位哈希和确定性所有者/分片/桶投影)、layers(层基数和运行时指标)和 runs(完整版本化运行摘要)。数据完整性通过 manifest.json 中的每文件 SHA-256 哈希和 verification.json 中的外部排序检查得到保障,验证了所有状态字节字符串的全局唯一性、层计数匹配且最大深度为 45。尽管哈希相等性验证是概率性的,但状态唯一性的数据集验证是精确的。该数据集适用于图遍历、组合优化、并行计算和 GPU 性能分析等研究。
This dataset records the complete single-source breadth-first search (BFS) traversal results of the Cayley graph of adjacent permutation matrices of the symmetric group S_10 over F_2. The dataset contains 3,628,800 unique canonical row-major u8 matrix states distributed across 46 depth levels. The data was generated by the MultiGPUBFS DENSE/CUB algorithm with macro depth 1, local pre-deduplication, and hash seed 20260828. The dataset includes three subsets: states (each state, depth, 128-bit hash, and deterministic owner/shard/bucket projection), layers (layer cardinalities and runtime metrics), and runs (complete versioned run summary). Data integrity is ensured by per-file SHA-256 hashes in manifest.json and an external sort check in verification.json, verifying global uniqueness of all state byte strings, layer count matching, and a maximum depth of 45. Although hash equality verification is probabilistic, the dataset verification of state uniqueness is exact. This dataset is suitable for research in graph traversal, combinatorial optimization, parallel computing, and GPU performance analysis.
数据集概述
MultiGPUBFS exact S10 traversal 是一个由 TryDotAtwo 发布在 Hugging Face 上的数据集,专门用于存储对称群 S10 的 Cayley 图上的完整单源广度优先搜索(BFS)结果,该图基于相邻转置矩阵在 F2 上构造。
核心内容
- 状态总数:3,628,800 个唯一的规范行主序 u8 矩阵状态。
- 深度分层:所有状态分布在 46 个深度层中,最大深度为 45。
- 生成方式:使用原生 MultiGPUBFS DENSE/CUB 算法,宏深度为 1,启用本地预去重,哈希种子为
20260828。
数据集配置
该数据集包含三个子配置,分别以 Parquet 格式存储:
| 配置名 | 文件路径 | 内容说明 |
|---|---|---|
states |
states/*.parquet |
每个状态及其深度、128 位哈希和确定性的 owner/shard/bucket 投影。 |
layers |
layers/*.parquet |
各层的基数(状态数量)及可用的运行时指标。 |
runs |
runs/*.parquet |
完整的带版本号的运行摘要。 |
完整性与验证
- 文件完整性:每个文件通过
manifest.json中的 SHA-256 校验和覆盖。 - 外部验证:
verification.json记录了有界内存的精确外部排序检查结果,确认所有 3,628,800 个状态字节串全局唯一、各层计数匹配且最大深度为 45。 - 源归档:使用链式校验和帧及终止运行提交保护数据。
- 哈希说明:128 位哈希使用
GEMM_U8_P32X4_V1算法,其相等性为概率性;但状态唯一性的验证是精确的,不依赖哈希的单射性。
标签
graph、bfs、cayley-graph、gpu、parquet




