{
  "cksum": "54d9479b3640c6831e8f67b25b6663e3f2a527f05dabe22b45e3e1d04d611a6f",
  "crate_file": "cubecl-cpu-0.7.0.crate",
  "crate_url": "https://static.crates.io/crates/cubecl-cpu/cubecl-cpu-0.7.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytemuck",
      "optional": false,
      "req": "^1.16.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cubecl-common",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "export_tests"
      ],
      "kind": "normal",
      "name": "cubecl-convolution",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cubecl-core",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "export_tests"
      ],
      "kind": "dev",
      "name": "cubecl-core",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "export_tests"
      ],
      "kind": "normal",
      "name": "cubecl-matmul",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cubecl-opt",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "export_tests"
      ],
      "kind": "dev",
      "name": "cubecl-random",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "export_tests"
      ],
      "kind": "normal",
      "name": "cubecl-reduce",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "export_tests"
      ],
      "kind": "dev",
      "name": "cubecl-reduce",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "channel-mutex"
      ],
      "kind": "normal",
      "name": "cubecl-runtime",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cubecl-std",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "export_tests"
      ],
      "kind": "dev",
      "name": "cubecl-std",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "derive-new",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "num-traits",
        "serde"
      ],
      "kind": "normal",
      "name": "half",
      "optional": false,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "paste",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "pretty_assertions",
      "optional": false,
      "req": "^1.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "alloc"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.204",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sysinfo",
      "optional": false,
      "req": "^0.36.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "mlir-helpers"
      ],
      "kind": "normal",
      "name": "tracel-llvm",
      "optional": false,
      "req": "^20.1.4-5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "tracel-llvm-bundler",
      "optional": false,
      "req": "^20.1.4-5",
      "target": null
    }
  ],
  "features": {
    "conv_tests": [
      "cubecl-convolution/conv_tests"
    ],
    "default": [
      "std",
      "cubecl-runtime/default",
      "cubecl-common/default",
      "cubecl-core/default"
    ],
    "matmul_tests_all": [
      "matmul_tests_unit",
      "matmul_tests_plane",
      "matmul_tests_vecmat",
      "matmul_tests_tma",
      "matmul_tests_double",
      "matmul_tests_simple",
      "matmul_tests_ordered",
      "matmul_tests_cyclic",
      "matmul_tests_strided",
      "matmul_tests_tilewise",
      "matmul_tests_hybrid",
      "matmul_tests_barrier",
      "matmul_tests_specialized",
      "matmul_tests_f16",
      "matmul_tests_f32",
      "matmul_tests_layouts",
      "matmul_tests_alt_shapes",
      "matmul_tests_partition_buffering",
      "matmul_tests_hypercube"
    ],
    "matmul_tests_alt_shapes": [
      "cubecl-matmul/matmul_tests_alt_shapes"
    ],
    "matmul_tests_barrier": [
      "cubecl-matmul/matmul_tests_barrier"
    ],
    "matmul_tests_base": [
      "matmul_tests_plane",
      "matmul_tests_vecmat",
      "matmul_tests_double",
      "matmul_tests_simple",
      "matmul_tests_ordered",
      "matmul_tests_cyclic",
      "matmul_tests_f16"
    ],
    "matmul_tests_cyclic": [
      "cubecl-matmul/matmul_tests_cyclic"
    ],
    "matmul_tests_double": [
      "cubecl-matmul/matmul_tests_double"
    ],
    "matmul_tests_f16": [
      "cubecl-matmul/matmul_tests_f16"
    ],
    "matmul_tests_f32": [
      "cubecl-matmul/matmul_tests_f32"
    ],
    "matmul_tests_hybrid": [
      "cubecl-matmul/matmul_tests_hybrid"
    ],
    "matmul_tests_hypercube": [
      "cubecl-matmul/matmul_tests_hypercube"
    ],
    "matmul_tests_layouts": [
      "cubecl-matmul/matmul_tests_layouts"
    ],
    "matmul_tests_ordered": [
      "cubecl-matmul/matmul_tests_ordered"
    ],
    "matmul_tests_partition_buffering": [
      "cubecl-matmul/matmul_tests_partition_buffering"
    ],
    "matmul_tests_plane": [
      "cubecl-matmul/matmul_tests_plane"
    ],
    "matmul_tests_simple": [
      "cubecl-matmul/matmul_tests_simple"
    ],
    "matmul_tests_specialized": [
      "cubecl-matmul/matmul_tests_specialized"
    ],
    "matmul_tests_strided": [
      "cubecl-matmul/matmul_tests_strided"
    ],
    "matmul_tests_tilewise": [
      "cubecl-matmul/matmul_tests_tilewise"
    ],
    "matmul_tests_tma": [
      "cubecl-matmul/matmul_tests_tma"
    ],
    "matmul_tests_unit": [
      "cubecl-matmul/matmul_tests_unit"
    ],
    "matmul_tests_vecmat": [
      "cubecl-matmul/matmul_tests_vecmat"
    ],
    "mlir-dump": [],
    "std": [
      "cubecl-runtime/std",
      "cubecl-common/std",
      "cubecl-core/std"
    ]
  },
  "index_path": "cu/be/cubecl-cpu",
  "name": "cubecl-cpu",
  "pubtime": "2025-10-24T17:19:46Z",
  "vers": "0.7.0",
  "yanked": false
}
