xlog-cuda 0.9.2

CUDA kernel provider, buffers, and interop for XLOG
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "xlog-cuda"
version = "0.9.2"
build = "build.rs"
include = [
    "src/**",
    "tests/**",
    "kernels/**",
    "examples/**",
    "build.rs",
    "../../README.md",
    "../../LICENSE-APACHE",
    "../../LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CUDA kernel provider, buffers, and interop for XLOG"
homepage = "https://github.com/BrainyBlaze/xlog"
documentation = "https://docs.rs/xlog-cuda"
readme = "README.md"
keywords = [
    "xlog",
    "datalog",
    "gpu",
    "cuda",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/BrainyBlaze/xlog"

[features]
arrow-device-import = []
default = []
wcoj-phase-timing = []

[lib]
name = "xlog_cuda"
path = "src/lib.rs"

[[bin]]
name = "nvrtc_ptx"
path = "src/bin/nvrtc_ptx.rs"

[[example]]
name = "comprehensive_test"
path = "examples/comprehensive_test.rs"

[[test]]
name = "arrow_device_ffi"
path = "tests/arrow_device_ffi.rs"

[[test]]
name = "arrow_device_import"
path = "tests/arrow_device_import.rs"

[[test]]
name = "arrow_tests"
path = "tests/arrow_tests.rs"

[[test]]
name = "build_script_tests"
path = "tests/build_script_tests.rs"

[[test]]
name = "compact_device_count"
path = "tests/compact_device_count.rs"

[[test]]
name = "d4_provider_tests"
path = "tests/d4_provider_tests.rs"

[[test]]
name = "device_row_counts"
path = "tests/device_row_counts.rs"

[[test]]
name = "device_runtime_singleton"
path = "tests/device_runtime_singleton.rs"

[[test]]
name = "dlpack_tests"
path = "tests/dlpack_tests.rs"

[[test]]
name = "filter_tests"
path = "tests/filter_tests.rs"

[[test]]
name = "groupby_gpu"
path = "tests/groupby_gpu.rs"

[[test]]
name = "groupby_tests"
path = "tests/groupby_tests.rs"

[[test]]
name = "ilp_kernel_tests"
path = "tests/ilp_kernel_tests.rs"

[[test]]
name = "join_collision_test"
path = "tests/join_collision_test.rs"

[[test]]
name = "join_v2_tests"
path = "tests/join_v2_tests.rs"

[[test]]
name = "large_prefix_sum_test"
path = "tests/large_prefix_sum_test.rs"

[[test]]
name = "multi_gpu_tests"
path = "tests/multi_gpu_tests.rs"

[[test]]
name = "pack_keys_gpu"
path = "tests/pack_keys_gpu.rs"

[[test]]
name = "pir_provider_tests"
path = "tests/pir_provider_tests.rs"

[[test]]
name = "ptx_validation"
path = "tests/ptx_validation.rs"

[[test]]
name = "runtime_cold_race"
path = "tests/runtime_cold_race.rs"

[[test]]
name = "scan_tests"
path = "tests/scan_tests.rs"

[[test]]
name = "set_ops_tests"
path = "tests/set_ops_tests.rs"

[[test]]
name = "sort_tests"
path = "tests/sort_tests.rs"

[[test]]
name = "test_async_reap_race"
path = "tests/test_async_reap_race.rs"

[[test]]
name = "test_budget_via_runtime"
path = "tests/test_budget_via_runtime.rs"

[[test]]
name = "test_csm_env_dispatch"
path = "tests/test_csm_env_dispatch.rs"

[[test]]
name = "test_d2h_counter"
path = "tests/test_d2h_counter.rs"

[[test]]
name = "test_deterministic_d2h_gate"
path = "tests/test_deterministic_d2h_gate.rs"

[[test]]
name = "test_full_row_set_algebra"
path = "tests/test_full_row_set_algebra.rs"

[[test]]
name = "test_logging_via_runtime"
path = "tests/test_logging_via_runtime.rs"

[[test]]
name = "test_membership_mask"
path = "tests/test_membership_mask.rs"

[[test]]
name = "test_mt_sort_hj_alloc_ordering"
path = "tests/test_mt_sort_hj_alloc_ordering.rs"

[[test]]
name = "test_provider_launch_recorder"
path = "tests/test_provider_launch_recorder.rs"

[[test]]
name = "test_provider_runtime_routing"
path = "tests/test_provider_runtime_routing.rs"

[[test]]
name = "test_provider_with_runtime"
path = "tests/test_provider_with_runtime.rs"

[[test]]
name = "test_runtime_a1_parallel_stress"
path = "tests/test_runtime_a1_parallel_stress.rs"

[[test]]
name = "test_runtime_a2_stream_lifetime"
path = "tests/test_runtime_a2_stream_lifetime.rs"

[[test]]
name = "test_runtime_a2_via_runtime"
path = "tests/test_runtime_a2_via_runtime.rs"

[[test]]
name = "test_runtime_cross_stream_use_after_free"
path = "tests/test_runtime_cross_stream_use_after_free.rs"

[[test]]
name = "test_setup_provider_with_runtime"
path = "tests/test_setup_provider_with_runtime.rs"

[[test]]
name = "test_sort_dedup_u64"
path = "tests/test_sort_dedup_u64.rs"

[[test]]
name = "test_w33_hg_metadata_storage"
path = "tests/test_w33_hg_metadata_storage.rs"

[[test]]
name = "test_w66_cuda_graph_smoke"
path = "tests/test_w66_cuda_graph_smoke.rs"

[[test]]
name = "test_wcoj_4cycle_layout"
path = "tests/test_wcoj_4cycle_layout.rs"

[[test]]
name = "test_wcoj_4cycle_u32"
path = "tests/test_wcoj_4cycle_u32.rs"

[[test]]
name = "test_wcoj_4cycle_u64"
path = "tests/test_wcoj_4cycle_u64.rs"

[[test]]
name = "test_wcoj_clique5"
path = "tests/test_wcoj_clique5.rs"

[[test]]
name = "test_wcoj_clique6"
path = "tests/test_wcoj_clique6.rs"

[[test]]
name = "test_wcoj_layout_fast_path"
path = "tests/test_wcoj_layout_fast_path.rs"

[[test]]
name = "test_wcoj_layout_sort_roundtrip"
path = "tests/test_wcoj_layout_sort_roundtrip.rs"

[[test]]
name = "test_wcoj_layout_sort_u32"
path = "tests/test_wcoj_layout_sort_u32.rs"

[[test]]
name = "test_wcoj_layout_sort_u64"
path = "tests/test_wcoj_layout_sort_u64.rs"

[[test]]
name = "test_wcoj_layout_u32"
path = "tests/test_wcoj_layout_u32.rs"

[[test]]
name = "test_wcoj_layout_u64"
path = "tests/test_wcoj_layout_u64.rs"

[[test]]
name = "test_wcoj_plan_provider_cert"
path = "tests/test_wcoj_plan_provider_cert.rs"

[[test]]
name = "test_wcoj_project"
path = "tests/test_wcoj_project.rs"

[[test]]
name = "test_wcoj_triangle_u32"
path = "tests/test_wcoj_triangle_u32.rs"

[[test]]
name = "test_wcoj_triangle_u64"
path = "tests/test_wcoj_triangle_u64.rs"

[[test]]
name = "tracked_slice_into_bytes"
path = "tests/tracked_slice_into_bytes.rs"

[[test]]
name = "type_coverage_tests"
path = "tests/type_coverage_tests.rs"

[dependencies.arrow]
version = "53"
features = [
    "ffi",
    "ipc",
]
default-features = false

[dependencies.cudarc]
version = "0.19.4"
features = ["cuda-12040"]

[dependencies.xlog-core]
version = "0.9.2"

[dev-dependencies.bytemuck]
version = "1.14"