[INFO] fetching crate simt_rocblas_sys 0.2.0... [INFO] checking simt_rocblas_sys-0.2.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate simt_rocblas_sys 0.2.0 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate simt_rocblas_sys 0.2.0 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate simt_rocblas_sys 0.2.0 [INFO] finished tweaking crates.io crate simt_rocblas_sys 0.2.0 [INFO] tweaked toml for crates.io crate simt_rocblas_sys 0.2.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 12 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a8f7d6f27df0dc25b2b870261268d2f90b5bbf09468750679c035402c07fb4e [INFO] running `Command { std: "docker" "start" "-a" "3a8f7d6f27df0dc25b2b870261268d2f90b5bbf09468750679c035402c07fb4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a8f7d6f27df0dc25b2b870261268d2f90b5bbf09468750679c035402c07fb4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a8f7d6f27df0dc25b2b870261268d2f90b5bbf09468750679c035402c07fb4e", kill_on_drop: false }` [INFO] [stdout] 3a8f7d6f27df0dc25b2b870261268d2f90b5bbf09468750679c035402c07fb4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64cc8b06b591c5693c949946cd291f16bfdd51071babd934b4d4d3ddc4203dc6 [INFO] running `Command { std: "docker" "start" "-a" "64cc8b06b591c5693c949946cd291f16bfdd51071babd934b4d4d3ddc4203dc6", kill_on_drop: false }` [INFO] [stderr] Checking libloading v0.8.5 [INFO] [stderr] Checking simt_rocblas_sys v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/bindings.rs:10841:12 [INFO] [stdout] | [INFO] [stdout] 9768 | pub unsafe fn from_library(library: L) -> Result [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9772 | let __library = library.into(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9773 | let rocblas_create_handle = __library.get(b"rocblas_create_handle\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9774 | let rocblas_destroy_handle = __library.get(b"rocblas_destroy_handle\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9775 | let rocblas_set_stream = __library.get(b"rocblas_set_stream\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9776 | let rocblas_get_stream = __library.get(b"rocblas_get_stream\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9777 | let rocblas_set_pointer_mode = __library.get(b"rocblas_set_pointer_mode\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9778 | let rocblas_get_pointer_mode = __library.get(b"rocblas_get_pointer_mode\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9779 | let rocblas_set_int8_type_for_hipblas = __library [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9782 | let rocblas_get_int8_type_for_hipblas = __library [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9785 | let rocblas_set_atomics_mode = __library.get(b"rocblas_set_atomics_mode\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9786 | let rocblas_get_atomics_mode = __library.get(b"rocblas_get_atomics_mode\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9787 | let rocblas_query_int8_layout_flag = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9790 | let rocblas_pointer_to_mode = __library.get(b"rocblas_pointer_to_mode\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9791 | let rocblas_set_vector = __library.get(b"rocblas_set_vector\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9792 | let rocblas_get_vector = __library.get(b"rocblas_get_vector\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9793 | let rocblas_set_matrix = __library.get(b"rocblas_set_matrix\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9794 | let rocblas_get_matrix = __library.get(b"rocblas_get_matrix\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9795 | let rocblas_set_vector_async = __library.get(b"rocblas_set_vector_async\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9796 | let rocblas_get_vector_async = __library.get(b"rocblas_get_vector_async\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9797 | let rocblas_set_matrix_async = __library.get(b"rocblas_set_matrix_async\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9798 | let rocblas_get_matrix_async = __library.get(b"rocblas_get_matrix_async\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9799 | let rocblas_set_start_stop_events = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9802 | let rocblas_set_solution_fitness_query = __library [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9805 | let rocblas_set_performance_metric = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9808 | let rocblas_get_performance_metric = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9811 | let rocblas_sscal = __library.get(b"rocblas_sscal\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9812 | let rocblas_dscal = __library.get(b"rocblas_dscal\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9813 | let rocblas_cscal = __library.get(b"rocblas_cscal\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9814 | let rocblas_zscal = __library.get(b"rocblas_zscal\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9815 | let rocblas_csscal = __library.get(b"rocblas_csscal\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9816 | let rocblas_zdscal = __library.get(b"rocblas_zdscal\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9817 | let rocblas_sscal_batched = __library.get(b"rocblas_sscal_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9818 | let rocblas_dscal_batched = __library.get(b"rocblas_dscal_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9819 | let rocblas_cscal_batched = __library.get(b"rocblas_cscal_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9820 | let rocblas_zscal_batched = __library.get(b"rocblas_zscal_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9821 | let rocblas_csscal_batched = __library.get(b"rocblas_csscal_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9822 | let rocblas_zdscal_batched = __library.get(b"rocblas_zdscal_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9823 | let rocblas_sscal_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9826 | let rocblas_dscal_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9829 | let rocblas_cscal_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9832 | let rocblas_zscal_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9835 | let rocblas_csscal_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9838 | let rocblas_zdscal_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9841 | let rocblas_scopy = __library.get(b"rocblas_scopy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9842 | let rocblas_dcopy = __library.get(b"rocblas_dcopy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9843 | let rocblas_ccopy = __library.get(b"rocblas_ccopy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9844 | let rocblas_zcopy = __library.get(b"rocblas_zcopy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9845 | let rocblas_scopy_batched = __library.get(b"rocblas_scopy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9846 | let rocblas_dcopy_batched = __library.get(b"rocblas_dcopy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9847 | let rocblas_ccopy_batched = __library.get(b"rocblas_ccopy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9848 | let rocblas_zcopy_batched = __library.get(b"rocblas_zcopy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9849 | let rocblas_scopy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9852 | let rocblas_dcopy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9855 | let rocblas_ccopy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9858 | let rocblas_zcopy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9861 | let rocblas_sdot = __library.get(b"rocblas_sdot\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9862 | let rocblas_ddot = __library.get(b"rocblas_ddot\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9863 | let rocblas_hdot = __library.get(b"rocblas_hdot\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9864 | let rocblas_bfdot = __library.get(b"rocblas_bfdot\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9865 | let rocblas_cdotu = __library.get(b"rocblas_cdotu\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9866 | let rocblas_zdotu = __library.get(b"rocblas_zdotu\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9867 | let rocblas_cdotc = __library.get(b"rocblas_cdotc\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9868 | let rocblas_zdotc = __library.get(b"rocblas_zdotc\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9869 | let rocblas_sdot_batched = __library.get(b"rocblas_sdot_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9870 | let rocblas_ddot_batched = __library.get(b"rocblas_ddot_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9871 | let rocblas_hdot_batched = __library.get(b"rocblas_hdot_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9872 | let rocblas_bfdot_batched = __library.get(b"rocblas_bfdot_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9873 | let rocblas_cdotu_batched = __library.get(b"rocblas_cdotu_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9874 | let rocblas_zdotu_batched = __library.get(b"rocblas_zdotu_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9875 | let rocblas_cdotc_batched = __library.get(b"rocblas_cdotc_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9876 | let rocblas_zdotc_batched = __library.get(b"rocblas_zdotc_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9877 | let rocblas_sdot_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9880 | let rocblas_ddot_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9883 | let rocblas_hdot_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9886 | let rocblas_bfdot_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9889 | let rocblas_cdotu_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9892 | let rocblas_zdotu_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9895 | let rocblas_cdotc_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9898 | let rocblas_zdotc_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9901 | let rocblas_sswap = __library.get(b"rocblas_sswap\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9902 | let rocblas_dswap = __library.get(b"rocblas_dswap\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9903 | let rocblas_cswap = __library.get(b"rocblas_cswap\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9904 | let rocblas_zswap = __library.get(b"rocblas_zswap\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9905 | let rocblas_sswap_batched = __library.get(b"rocblas_sswap_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9906 | let rocblas_dswap_batched = __library.get(b"rocblas_dswap_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9907 | let rocblas_cswap_batched = __library.get(b"rocblas_cswap_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9908 | let rocblas_zswap_batched = __library.get(b"rocblas_zswap_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9909 | let rocblas_sswap_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9912 | let rocblas_dswap_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9915 | let rocblas_cswap_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9918 | let rocblas_zswap_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9921 | let rocblas_saxpy = __library.get(b"rocblas_saxpy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9922 | let rocblas_daxpy = __library.get(b"rocblas_daxpy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9923 | let rocblas_haxpy = __library.get(b"rocblas_haxpy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9924 | let rocblas_caxpy = __library.get(b"rocblas_caxpy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9925 | let rocblas_zaxpy = __library.get(b"rocblas_zaxpy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9926 | let rocblas_haxpy_batched = __library.get(b"rocblas_haxpy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9927 | let rocblas_saxpy_batched = __library.get(b"rocblas_saxpy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9928 | let rocblas_daxpy_batched = __library.get(b"rocblas_daxpy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9929 | let rocblas_caxpy_batched = __library.get(b"rocblas_caxpy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9930 | let rocblas_zaxpy_batched = __library.get(b"rocblas_zaxpy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9931 | let rocblas_haxpy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9934 | let rocblas_saxpy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9937 | let rocblas_daxpy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9940 | let rocblas_caxpy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9943 | let rocblas_zaxpy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9946 | let rocblas_sasum = __library.get(b"rocblas_sasum\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9947 | let rocblas_dasum = __library.get(b"rocblas_dasum\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9948 | let rocblas_scasum = __library.get(b"rocblas_scasum\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9949 | let rocblas_dzasum = __library.get(b"rocblas_dzasum\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9950 | let rocblas_sasum_batched = __library.get(b"rocblas_sasum_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9951 | let rocblas_dasum_batched = __library.get(b"rocblas_dasum_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9952 | let rocblas_scasum_batched = __library.get(b"rocblas_scasum_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9953 | let rocblas_dzasum_batched = __library.get(b"rocblas_dzasum_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9954 | let rocblas_sasum_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9957 | let rocblas_dasum_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9960 | let rocblas_scasum_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9963 | let rocblas_dzasum_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9966 | let rocblas_snrm2 = __library.get(b"rocblas_snrm2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9967 | let rocblas_dnrm2 = __library.get(b"rocblas_dnrm2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9968 | let rocblas_scnrm2 = __library.get(b"rocblas_scnrm2\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9969 | let rocblas_dznrm2 = __library.get(b"rocblas_dznrm2\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9970 | let rocblas_snrm2_batched = __library.get(b"rocblas_snrm2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9971 | let rocblas_dnrm2_batched = __library.get(b"rocblas_dnrm2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9972 | let rocblas_scnrm2_batched = __library.get(b"rocblas_scnrm2_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9973 | let rocblas_dznrm2_batched = __library.get(b"rocblas_dznrm2_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9974 | let rocblas_snrm2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9977 | let rocblas_dnrm2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9980 | let rocblas_scnrm2_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9983 | let rocblas_dznrm2_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9986 | let rocblas_isamax = __library.get(b"rocblas_isamax\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9987 | let rocblas_idamax = __library.get(b"rocblas_idamax\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9988 | let rocblas_icamax = __library.get(b"rocblas_icamax\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9989 | let rocblas_izamax = __library.get(b"rocblas_izamax\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9990 | let rocblas_isamax_batched = __library.get(b"rocblas_isamax_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9991 | let rocblas_idamax_batched = __library.get(b"rocblas_idamax_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9992 | let rocblas_icamax_batched = __library.get(b"rocblas_icamax_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9993 | let rocblas_izamax_batched = __library.get(b"rocblas_izamax_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9994 | let rocblas_isamax_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9997 | let rocblas_idamax_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10000 | let rocblas_icamax_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10003 | let rocblas_izamax_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10006 | let rocblas_isamin = __library.get(b"rocblas_isamin\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10007 | let rocblas_idamin = __library.get(b"rocblas_idamin\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10008 | let rocblas_icamin = __library.get(b"rocblas_icamin\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10009 | let rocblas_izamin = __library.get(b"rocblas_izamin\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10010 | let rocblas_isamin_batched = __library.get(b"rocblas_isamin_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10011 | let rocblas_idamin_batched = __library.get(b"rocblas_idamin_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10012 | let rocblas_icamin_batched = __library.get(b"rocblas_icamin_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10013 | let rocblas_izamin_batched = __library.get(b"rocblas_izamin_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10014 | let rocblas_isamin_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10017 | let rocblas_idamin_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10020 | let rocblas_icamin_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10023 | let rocblas_izamin_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10026 | let rocblas_srot = __library.get(b"rocblas_srot\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10027 | let rocblas_drot = __library.get(b"rocblas_drot\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10028 | let rocblas_crot = __library.get(b"rocblas_crot\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10029 | let rocblas_csrot = __library.get(b"rocblas_csrot\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10030 | let rocblas_zrot = __library.get(b"rocblas_zrot\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10031 | let rocblas_zdrot = __library.get(b"rocblas_zdrot\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10032 | let rocblas_srot_batched = __library.get(b"rocblas_srot_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10033 | let rocblas_drot_batched = __library.get(b"rocblas_drot_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10034 | let rocblas_crot_batched = __library.get(b"rocblas_crot_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10035 | let rocblas_csrot_batched = __library.get(b"rocblas_csrot_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10036 | let rocblas_zrot_batched = __library.get(b"rocblas_zrot_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10037 | let rocblas_zdrot_batched = __library.get(b"rocblas_zdrot_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10038 | let rocblas_srot_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10041 | let rocblas_drot_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10044 | let rocblas_crot_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10047 | let rocblas_csrot_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10050 | let rocblas_zrot_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10053 | let rocblas_zdrot_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10056 | let rocblas_srotg = __library.get(b"rocblas_srotg\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10057 | let rocblas_drotg = __library.get(b"rocblas_drotg\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10058 | let rocblas_crotg = __library.get(b"rocblas_crotg\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10059 | let rocblas_zrotg = __library.get(b"rocblas_zrotg\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10060 | let rocblas_srotg_batched = __library.get(b"rocblas_srotg_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10061 | let rocblas_drotg_batched = __library.get(b"rocblas_drotg_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10062 | let rocblas_crotg_batched = __library.get(b"rocblas_crotg_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10063 | let rocblas_zrotg_batched = __library.get(b"rocblas_zrotg_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10064 | let rocblas_srotg_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10067 | let rocblas_drotg_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10070 | let rocblas_crotg_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10073 | let rocblas_zrotg_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10076 | let rocblas_srotm = __library.get(b"rocblas_srotm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10077 | let rocblas_drotm = __library.get(b"rocblas_drotm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10078 | let rocblas_srotm_batched = __library.get(b"rocblas_srotm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10079 | let rocblas_drotm_batched = __library.get(b"rocblas_drotm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10080 | let rocblas_srotm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10083 | let rocblas_drotm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10086 | let rocblas_srotmg = __library.get(b"rocblas_srotmg\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10087 | let rocblas_drotmg = __library.get(b"rocblas_drotmg\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10088 | let rocblas_srotmg_batched = __library.get(b"rocblas_srotmg_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10089 | let rocblas_drotmg_batched = __library.get(b"rocblas_drotmg_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10090 | let rocblas_srotmg_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10093 | let rocblas_drotmg_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10096 | let rocblas_sgbmv = __library.get(b"rocblas_sgbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10097 | let rocblas_dgbmv = __library.get(b"rocblas_dgbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10098 | let rocblas_cgbmv = __library.get(b"rocblas_cgbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10099 | let rocblas_zgbmv = __library.get(b"rocblas_zgbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10100 | let rocblas_sgbmv_batched = __library.get(b"rocblas_sgbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10101 | let rocblas_dgbmv_batched = __library.get(b"rocblas_dgbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10102 | let rocblas_cgbmv_batched = __library.get(b"rocblas_cgbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10103 | let rocblas_zgbmv_batched = __library.get(b"rocblas_zgbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10104 | let rocblas_sgbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10107 | let rocblas_dgbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10110 | let rocblas_cgbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10113 | let rocblas_zgbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10116 | let rocblas_sgemv = __library.get(b"rocblas_sgemv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10117 | let rocblas_dgemv = __library.get(b"rocblas_dgemv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10118 | let rocblas_cgemv = __library.get(b"rocblas_cgemv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10119 | let rocblas_zgemv = __library.get(b"rocblas_zgemv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10120 | let rocblas_sgemv_batched = __library.get(b"rocblas_sgemv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10121 | let rocblas_dgemv_batched = __library.get(b"rocblas_dgemv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10122 | let rocblas_cgemv_batched = __library.get(b"rocblas_cgemv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10123 | let rocblas_zgemv_batched = __library.get(b"rocblas_zgemv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10124 | let rocblas_sgemv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10127 | let rocblas_dgemv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10130 | let rocblas_cgemv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10133 | let rocblas_zgemv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10136 | let rocblas_chbmv = __library.get(b"rocblas_chbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10137 | let rocblas_zhbmv = __library.get(b"rocblas_zhbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10138 | let rocblas_chbmv_batched = __library.get(b"rocblas_chbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10139 | let rocblas_zhbmv_batched = __library.get(b"rocblas_zhbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10140 | let rocblas_chbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10143 | let rocblas_zhbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10146 | let rocblas_chemv = __library.get(b"rocblas_chemv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10147 | let rocblas_zhemv = __library.get(b"rocblas_zhemv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10148 | let rocblas_chemv_batched = __library.get(b"rocblas_chemv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10149 | let rocblas_zhemv_batched = __library.get(b"rocblas_zhemv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10150 | let rocblas_chemv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10153 | let rocblas_zhemv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10156 | let rocblas_cher = __library.get(b"rocblas_cher\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10157 | let rocblas_zher = __library.get(b"rocblas_zher\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10158 | let rocblas_cher_batched = __library.get(b"rocblas_cher_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10159 | let rocblas_zher_batched = __library.get(b"rocblas_zher_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10160 | let rocblas_cher_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10163 | let rocblas_zher_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10166 | let rocblas_cher2 = __library.get(b"rocblas_cher2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10167 | let rocblas_zher2 = __library.get(b"rocblas_zher2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10168 | let rocblas_cher2_batched = __library.get(b"rocblas_cher2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10169 | let rocblas_zher2_batched = __library.get(b"rocblas_zher2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10170 | let rocblas_cher2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10173 | let rocblas_zher2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10176 | let rocblas_chpmv = __library.get(b"rocblas_chpmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10177 | let rocblas_zhpmv = __library.get(b"rocblas_zhpmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10178 | let rocblas_chpmv_batched = __library.get(b"rocblas_chpmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10179 | let rocblas_zhpmv_batched = __library.get(b"rocblas_zhpmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10180 | let rocblas_chpmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10183 | let rocblas_zhpmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10186 | let rocblas_chpr = __library.get(b"rocblas_chpr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10187 | let rocblas_zhpr = __library.get(b"rocblas_zhpr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10188 | let rocblas_chpr_batched = __library.get(b"rocblas_chpr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10189 | let rocblas_zhpr_batched = __library.get(b"rocblas_zhpr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10190 | let rocblas_chpr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10193 | let rocblas_zhpr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10196 | let rocblas_chpr2 = __library.get(b"rocblas_chpr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10197 | let rocblas_zhpr2 = __library.get(b"rocblas_zhpr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10198 | let rocblas_chpr2_batched = __library.get(b"rocblas_chpr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10199 | let rocblas_zhpr2_batched = __library.get(b"rocblas_zhpr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10200 | let rocblas_chpr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10203 | let rocblas_zhpr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10206 | let rocblas_strmv = __library.get(b"rocblas_strmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10207 | let rocblas_dtrmv = __library.get(b"rocblas_dtrmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10208 | let rocblas_ctrmv = __library.get(b"rocblas_ctrmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10209 | let rocblas_ztrmv = __library.get(b"rocblas_ztrmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10210 | let rocblas_strmv_batched = __library.get(b"rocblas_strmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10211 | let rocblas_dtrmv_batched = __library.get(b"rocblas_dtrmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10212 | let rocblas_ctrmv_batched = __library.get(b"rocblas_ctrmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10213 | let rocblas_ztrmv_batched = __library.get(b"rocblas_ztrmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10214 | let rocblas_strmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10217 | let rocblas_dtrmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10220 | let rocblas_ctrmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10223 | let rocblas_ztrmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10226 | let rocblas_stpmv = __library.get(b"rocblas_stpmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10227 | let rocblas_dtpmv = __library.get(b"rocblas_dtpmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10228 | let rocblas_ctpmv = __library.get(b"rocblas_ctpmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10229 | let rocblas_ztpmv = __library.get(b"rocblas_ztpmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10230 | let rocblas_stpmv_batched = __library.get(b"rocblas_stpmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10231 | let rocblas_dtpmv_batched = __library.get(b"rocblas_dtpmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10232 | let rocblas_ctpmv_batched = __library.get(b"rocblas_ctpmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10233 | let rocblas_ztpmv_batched = __library.get(b"rocblas_ztpmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10234 | let rocblas_stpmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10237 | let rocblas_dtpmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10240 | let rocblas_ctpmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10243 | let rocblas_ztpmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10246 | let rocblas_stbmv = __library.get(b"rocblas_stbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10247 | let rocblas_dtbmv = __library.get(b"rocblas_dtbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10248 | let rocblas_ctbmv = __library.get(b"rocblas_ctbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10249 | let rocblas_ztbmv = __library.get(b"rocblas_ztbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10250 | let rocblas_stbmv_batched = __library.get(b"rocblas_stbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10251 | let rocblas_dtbmv_batched = __library.get(b"rocblas_dtbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10252 | let rocblas_ctbmv_batched = __library.get(b"rocblas_ctbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10253 | let rocblas_ztbmv_batched = __library.get(b"rocblas_ztbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10254 | let rocblas_stbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10257 | let rocblas_dtbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10260 | let rocblas_ctbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10263 | let rocblas_ztbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10266 | let rocblas_stbsv = __library.get(b"rocblas_stbsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10267 | let rocblas_dtbsv = __library.get(b"rocblas_dtbsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10268 | let rocblas_ctbsv = __library.get(b"rocblas_ctbsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10269 | let rocblas_ztbsv = __library.get(b"rocblas_ztbsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10270 | let rocblas_stbsv_batched = __library.get(b"rocblas_stbsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10271 | let rocblas_dtbsv_batched = __library.get(b"rocblas_dtbsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10272 | let rocblas_ctbsv_batched = __library.get(b"rocblas_ctbsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10273 | let rocblas_ztbsv_batched = __library.get(b"rocblas_ztbsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10274 | let rocblas_stbsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10277 | let rocblas_dtbsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10280 | let rocblas_ctbsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10283 | let rocblas_ztbsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10286 | let rocblas_strsv = __library.get(b"rocblas_strsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10287 | let rocblas_dtrsv = __library.get(b"rocblas_dtrsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10288 | let rocblas_ctrsv = __library.get(b"rocblas_ctrsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10289 | let rocblas_ztrsv = __library.get(b"rocblas_ztrsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10290 | let rocblas_strsv_batched = __library.get(b"rocblas_strsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10291 | let rocblas_dtrsv_batched = __library.get(b"rocblas_dtrsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10292 | let rocblas_ctrsv_batched = __library.get(b"rocblas_ctrsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10293 | let rocblas_ztrsv_batched = __library.get(b"rocblas_ztrsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10294 | let rocblas_strsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10297 | let rocblas_dtrsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10300 | let rocblas_ctrsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10303 | let rocblas_ztrsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10306 | let rocblas_stpsv = __library.get(b"rocblas_stpsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10307 | let rocblas_dtpsv = __library.get(b"rocblas_dtpsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10308 | let rocblas_ctpsv = __library.get(b"rocblas_ctpsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10309 | let rocblas_ztpsv = __library.get(b"rocblas_ztpsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10310 | let rocblas_stpsv_batched = __library.get(b"rocblas_stpsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10311 | let rocblas_dtpsv_batched = __library.get(b"rocblas_dtpsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10312 | let rocblas_ctpsv_batched = __library.get(b"rocblas_ctpsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10313 | let rocblas_ztpsv_batched = __library.get(b"rocblas_ztpsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10314 | let rocblas_stpsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10317 | let rocblas_dtpsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10320 | let rocblas_ctpsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10323 | let rocblas_ztpsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10326 | let rocblas_ssymv = __library.get(b"rocblas_ssymv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10327 | let rocblas_dsymv = __library.get(b"rocblas_dsymv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10328 | let rocblas_csymv = __library.get(b"rocblas_csymv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10329 | let rocblas_zsymv = __library.get(b"rocblas_zsymv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10330 | let rocblas_ssymv_batched = __library.get(b"rocblas_ssymv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10331 | let rocblas_dsymv_batched = __library.get(b"rocblas_dsymv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10332 | let rocblas_csymv_batched = __library.get(b"rocblas_csymv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10333 | let rocblas_zsymv_batched = __library.get(b"rocblas_zsymv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10334 | let rocblas_ssymv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10337 | let rocblas_dsymv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10340 | let rocblas_csymv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10343 | let rocblas_zsymv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10346 | let rocblas_sspmv = __library.get(b"rocblas_sspmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10347 | let rocblas_dspmv = __library.get(b"rocblas_dspmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10348 | let rocblas_sspmv_batched = __library.get(b"rocblas_sspmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10349 | let rocblas_dspmv_batched = __library.get(b"rocblas_dspmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10350 | let rocblas_sspmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10353 | let rocblas_dspmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10356 | let rocblas_ssbmv = __library.get(b"rocblas_ssbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10357 | let rocblas_dsbmv = __library.get(b"rocblas_dsbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10358 | let rocblas_dsbmv_batched = __library.get(b"rocblas_dsbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10359 | let rocblas_ssbmv_batched = __library.get(b"rocblas_ssbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10360 | let rocblas_ssbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10363 | let rocblas_dsbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10366 | let rocblas_sger = __library.get(b"rocblas_sger\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10367 | let rocblas_dger = __library.get(b"rocblas_dger\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10368 | let rocblas_cgeru = __library.get(b"rocblas_cgeru\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10369 | let rocblas_zgeru = __library.get(b"rocblas_zgeru\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10370 | let rocblas_cgerc = __library.get(b"rocblas_cgerc\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10371 | let rocblas_zgerc = __library.get(b"rocblas_zgerc\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10372 | let rocblas_sger_batched = __library.get(b"rocblas_sger_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10373 | let rocblas_dger_batched = __library.get(b"rocblas_dger_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10374 | let rocblas_cgeru_batched = __library.get(b"rocblas_cgeru_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10375 | let rocblas_zgeru_batched = __library.get(b"rocblas_zgeru_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10376 | let rocblas_cgerc_batched = __library.get(b"rocblas_cgerc_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10377 | let rocblas_zgerc_batched = __library.get(b"rocblas_zgerc_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10378 | let rocblas_sger_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10381 | let rocblas_dger_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10384 | let rocblas_cgeru_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10387 | let rocblas_zgeru_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10390 | let rocblas_cgerc_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10393 | let rocblas_zgerc_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10396 | let rocblas_sspr = __library.get(b"rocblas_sspr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10397 | let rocblas_dspr = __library.get(b"rocblas_dspr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10398 | let rocblas_cspr = __library.get(b"rocblas_cspr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10399 | let rocblas_zspr = __library.get(b"rocblas_zspr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10400 | let rocblas_sspr_batched = __library.get(b"rocblas_sspr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10401 | let rocblas_dspr_batched = __library.get(b"rocblas_dspr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10402 | let rocblas_cspr_batched = __library.get(b"rocblas_cspr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10403 | let rocblas_zspr_batched = __library.get(b"rocblas_zspr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10404 | let rocblas_sspr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10407 | let rocblas_dspr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10410 | let rocblas_cspr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10413 | let rocblas_zspr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10416 | let rocblas_sspr2 = __library.get(b"rocblas_sspr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10417 | let rocblas_dspr2 = __library.get(b"rocblas_dspr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10418 | let rocblas_sspr2_batched = __library.get(b"rocblas_sspr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10419 | let rocblas_dspr2_batched = __library.get(b"rocblas_dspr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10420 | let rocblas_sspr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10423 | let rocblas_dspr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10426 | let rocblas_ssyr = __library.get(b"rocblas_ssyr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10427 | let rocblas_dsyr = __library.get(b"rocblas_dsyr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10428 | let rocblas_csyr = __library.get(b"rocblas_csyr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10429 | let rocblas_zsyr = __library.get(b"rocblas_zsyr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10430 | let rocblas_ssyr_batched = __library.get(b"rocblas_ssyr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10431 | let rocblas_dsyr_batched = __library.get(b"rocblas_dsyr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10432 | let rocblas_csyr_batched = __library.get(b"rocblas_csyr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10433 | let rocblas_zsyr_batched = __library.get(b"rocblas_zsyr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10434 | let rocblas_ssyr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10437 | let rocblas_dsyr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10440 | let rocblas_csyr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10443 | let rocblas_zsyr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10446 | let rocblas_ssyr2 = __library.get(b"rocblas_ssyr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10447 | let rocblas_dsyr2 = __library.get(b"rocblas_dsyr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10448 | let rocblas_csyr2 = __library.get(b"rocblas_csyr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10449 | let rocblas_zsyr2 = __library.get(b"rocblas_zsyr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10450 | let rocblas_ssyr2_batched = __library.get(b"rocblas_ssyr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10451 | let rocblas_dsyr2_batched = __library.get(b"rocblas_dsyr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10452 | let rocblas_csyr2_batched = __library.get(b"rocblas_csyr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10453 | let rocblas_zsyr2_batched = __library.get(b"rocblas_zsyr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10454 | let rocblas_ssyr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10457 | let rocblas_dsyr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10460 | let rocblas_csyr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10463 | let rocblas_zsyr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10466 | let rocblas_chemm = __library.get(b"rocblas_chemm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10467 | let rocblas_zhemm = __library.get(b"rocblas_zhemm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10468 | let rocblas_chemm_batched = __library.get(b"rocblas_chemm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10469 | let rocblas_zhemm_batched = __library.get(b"rocblas_zhemm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10470 | let rocblas_chemm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10473 | let rocblas_zhemm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10476 | let rocblas_cherk = __library.get(b"rocblas_cherk\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10477 | let rocblas_zherk = __library.get(b"rocblas_zherk\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10478 | let rocblas_cherk_batched = __library.get(b"rocblas_cherk_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10479 | let rocblas_zherk_batched = __library.get(b"rocblas_zherk_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10480 | let rocblas_cherk_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10483 | let rocblas_zherk_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10486 | let rocblas_cher2k = __library.get(b"rocblas_cher2k\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10487 | let rocblas_zher2k = __library.get(b"rocblas_zher2k\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10488 | let rocblas_cher2k_batched = __library.get(b"rocblas_cher2k_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10489 | let rocblas_zher2k_batched = __library.get(b"rocblas_zher2k_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10490 | let rocblas_cher2k_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10493 | let rocblas_zher2k_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10496 | let rocblas_cherkx = __library.get(b"rocblas_cherkx\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10497 | let rocblas_zherkx = __library.get(b"rocblas_zherkx\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10498 | let rocblas_cherkx_batched = __library.get(b"rocblas_cherkx_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10499 | let rocblas_zherkx_batched = __library.get(b"rocblas_zherkx_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10500 | let rocblas_cherkx_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10503 | let rocblas_zherkx_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10506 | let rocblas_ssymm = __library.get(b"rocblas_ssymm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10507 | let rocblas_dsymm = __library.get(b"rocblas_dsymm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10508 | let rocblas_csymm = __library.get(b"rocblas_csymm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10509 | let rocblas_zsymm = __library.get(b"rocblas_zsymm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10510 | let rocblas_ssymm_batched = __library.get(b"rocblas_ssymm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10511 | let rocblas_dsymm_batched = __library.get(b"rocblas_dsymm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10512 | let rocblas_csymm_batched = __library.get(b"rocblas_csymm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10513 | let rocblas_zsymm_batched = __library.get(b"rocblas_zsymm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10514 | let rocblas_ssymm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10517 | let rocblas_dsymm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10520 | let rocblas_csymm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10523 | let rocblas_zsymm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10526 | let rocblas_ssyrk = __library.get(b"rocblas_ssyrk\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10527 | let rocblas_dsyrk = __library.get(b"rocblas_dsyrk\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10528 | let rocblas_csyrk = __library.get(b"rocblas_csyrk\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10529 | let rocblas_zsyrk = __library.get(b"rocblas_zsyrk\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10530 | let rocblas_ssyrk_batched = __library.get(b"rocblas_ssyrk_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10531 | let rocblas_dsyrk_batched = __library.get(b"rocblas_dsyrk_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10532 | let rocblas_csyrk_batched = __library.get(b"rocblas_csyrk_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10533 | let rocblas_zsyrk_batched = __library.get(b"rocblas_zsyrk_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10534 | let rocblas_ssyrk_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10537 | let rocblas_dsyrk_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10540 | let rocblas_csyrk_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10543 | let rocblas_zsyrk_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10546 | let rocblas_ssyr2k = __library.get(b"rocblas_ssyr2k\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10547 | let rocblas_dsyr2k = __library.get(b"rocblas_dsyr2k\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10548 | let rocblas_csyr2k = __library.get(b"rocblas_csyr2k\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10549 | let rocblas_zsyr2k = __library.get(b"rocblas_zsyr2k\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10550 | let rocblas_ssyr2k_batched = __library.get(b"rocblas_ssyr2k_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10551 | let rocblas_dsyr2k_batched = __library.get(b"rocblas_dsyr2k_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10552 | let rocblas_csyr2k_batched = __library.get(b"rocblas_csyr2k_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10553 | let rocblas_zsyr2k_batched = __library.get(b"rocblas_zsyr2k_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10554 | let rocblas_ssyr2k_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10557 | let rocblas_dsyr2k_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10560 | let rocblas_csyr2k_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10563 | let rocblas_zsyr2k_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10566 | let rocblas_ssyrkx = __library.get(b"rocblas_ssyrkx\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10567 | let rocblas_dsyrkx = __library.get(b"rocblas_dsyrkx\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10568 | let rocblas_csyrkx = __library.get(b"rocblas_csyrkx\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10569 | let rocblas_zsyrkx = __library.get(b"rocblas_zsyrkx\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10570 | let rocblas_ssyrkx_batched = __library.get(b"rocblas_ssyrkx_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10571 | let rocblas_dsyrkx_batched = __library.get(b"rocblas_dsyrkx_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10572 | let rocblas_csyrkx_batched = __library.get(b"rocblas_csyrkx_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10573 | let rocblas_zsyrkx_batched = __library.get(b"rocblas_zsyrkx_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10574 | let rocblas_ssyrkx_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10577 | let rocblas_dsyrkx_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10580 | let rocblas_csyrkx_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10583 | let rocblas_zsyrkx_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10586 | let rocblas_strmm = __library.get(b"rocblas_strmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10587 | let rocblas_dtrmm = __library.get(b"rocblas_dtrmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10588 | let rocblas_ctrmm = __library.get(b"rocblas_ctrmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10589 | let rocblas_ztrmm = __library.get(b"rocblas_ztrmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10590 | let rocblas_strmm_batched = __library.get(b"rocblas_strmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10591 | let rocblas_dtrmm_batched = __library.get(b"rocblas_dtrmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10592 | let rocblas_ctrmm_batched = __library.get(b"rocblas_ctrmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10593 | let rocblas_ztrmm_batched = __library.get(b"rocblas_ztrmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10594 | let rocblas_strmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10597 | let rocblas_dtrmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10600 | let rocblas_ctrmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10603 | let rocblas_ztrmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10606 | let rocblas_strmm_outofplace = __library.get(b"rocblas_strmm_outofplace\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10607 | let rocblas_dtrmm_outofplace = __library.get(b"rocblas_dtrmm_outofplace\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10608 | let rocblas_ctrmm_outofplace = __library.get(b"rocblas_ctrmm_outofplace\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10609 | let rocblas_ztrmm_outofplace = __library.get(b"rocblas_ztrmm_outofplace\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10610 | let rocblas_strmm_outofplace_batched = __library [INFO] [stdout] | -------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10613 | let rocblas_dtrmm_outofplace_batched = __library [INFO] [stdout] | -------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10616 | let rocblas_ctrmm_outofplace_batched = __library [INFO] [stdout] | -------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10619 | let rocblas_ztrmm_outofplace_batched = __library [INFO] [stdout] | -------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10622 | let rocblas_strmm_outofplace_strided_batched = __library [INFO] [stdout] | ---------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10625 | let rocblas_dtrmm_outofplace_strided_batched = __library [INFO] [stdout] | ---------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10628 | let rocblas_ctrmm_outofplace_strided_batched = __library [INFO] [stdout] | ---------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10631 | let rocblas_ztrmm_outofplace_strided_batched = __library [INFO] [stdout] | ---------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10634 | let rocblas_strtri = __library.get(b"rocblas_strtri\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10635 | let rocblas_dtrtri = __library.get(b"rocblas_dtrtri\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10636 | let rocblas_ctrtri = __library.get(b"rocblas_ctrtri\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10637 | let rocblas_ztrtri = __library.get(b"rocblas_ztrtri\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10638 | let rocblas_strtri_batched = __library.get(b"rocblas_strtri_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10639 | let rocblas_dtrtri_batched = __library.get(b"rocblas_dtrtri_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10640 | let rocblas_ctrtri_batched = __library.get(b"rocblas_ctrtri_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10641 | let rocblas_ztrtri_batched = __library.get(b"rocblas_ztrtri_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10642 | let rocblas_strtri_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10645 | let rocblas_dtrtri_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10648 | let rocblas_ctrtri_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10651 | let rocblas_ztrtri_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10654 | let rocblas_strsm = __library.get(b"rocblas_strsm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10655 | let rocblas_dtrsm = __library.get(b"rocblas_dtrsm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10656 | let rocblas_ctrsm = __library.get(b"rocblas_ctrsm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10657 | let rocblas_ztrsm = __library.get(b"rocblas_ztrsm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10658 | let rocblas_strsm_batched = __library.get(b"rocblas_strsm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10659 | let rocblas_dtrsm_batched = __library.get(b"rocblas_dtrsm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10660 | let rocblas_ctrsm_batched = __library.get(b"rocblas_ctrsm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10661 | let rocblas_ztrsm_batched = __library.get(b"rocblas_ztrsm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10662 | let rocblas_strsm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10665 | let rocblas_dtrsm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10668 | let rocblas_ctrsm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10671 | let rocblas_ztrsm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10674 | let rocblas_sgemm = __library.get(b"rocblas_sgemm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10675 | let rocblas_dgemm = __library.get(b"rocblas_dgemm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10676 | let rocblas_hgemm = __library.get(b"rocblas_hgemm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10677 | let rocblas_cgemm = __library.get(b"rocblas_cgemm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10678 | let rocblas_zgemm = __library.get(b"rocblas_zgemm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10679 | let rocblas_sgemm_batched = __library.get(b"rocblas_sgemm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10680 | let rocblas_dgemm_batched = __library.get(b"rocblas_dgemm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10681 | let rocblas_hgemm_batched = __library.get(b"rocblas_hgemm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10682 | let rocblas_cgemm_batched = __library.get(b"rocblas_cgemm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10683 | let rocblas_zgemm_batched = __library.get(b"rocblas_zgemm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10684 | let rocblas_sgemm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10687 | let rocblas_dgemm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10690 | let rocblas_hgemm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10693 | let rocblas_hgemm_kernel_name = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10696 | let rocblas_sgemm_kernel_name = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10699 | let rocblas_dgemm_kernel_name = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10702 | let rocblas_cgemm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10705 | let rocblas_zgemm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10708 | let rocblas_sdgmm = __library.get(b"rocblas_sdgmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10709 | let rocblas_ddgmm = __library.get(b"rocblas_ddgmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10710 | let rocblas_cdgmm = __library.get(b"rocblas_cdgmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10711 | let rocblas_zdgmm = __library.get(b"rocblas_zdgmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10712 | let rocblas_sdgmm_batched = __library.get(b"rocblas_sdgmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10713 | let rocblas_ddgmm_batched = __library.get(b"rocblas_ddgmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10714 | let rocblas_cdgmm_batched = __library.get(b"rocblas_cdgmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10715 | let rocblas_zdgmm_batched = __library.get(b"rocblas_zdgmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10716 | let rocblas_sdgmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10719 | let rocblas_ddgmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10722 | let rocblas_cdgmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10725 | let rocblas_zdgmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10728 | let rocblas_sgeam = __library.get(b"rocblas_sgeam\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10729 | let rocblas_dgeam = __library.get(b"rocblas_dgeam\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10730 | let rocblas_cgeam = __library.get(b"rocblas_cgeam\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10731 | let rocblas_zgeam = __library.get(b"rocblas_zgeam\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10732 | let rocblas_sgeam_batched = __library.get(b"rocblas_sgeam_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10733 | let rocblas_dgeam_batched = __library.get(b"rocblas_dgeam_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10734 | let rocblas_cgeam_batched = __library.get(b"rocblas_cgeam_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10735 | let rocblas_zgeam_batched = __library.get(b"rocblas_zgeam_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10736 | let rocblas_sgeam_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10739 | let rocblas_dgeam_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10742 | let rocblas_cgeam_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10745 | let rocblas_zgeam_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10748 | let rocblas_gemm_ex = __library.get(b"rocblas_gemm_ex\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10749 | let rocblas_gemm_batched_ex = __library.get(b"rocblas_gemm_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10750 | let rocblas_gemm_strided_batched_ex = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10753 | let rocblas_gemm_ext2 = __library.get(b"rocblas_gemm_ext2\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10754 | let rocblas_trsm_ex = __library.get(b"rocblas_trsm_ex\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10755 | let rocblas_trsm_batched_ex = __library.get(b"rocblas_trsm_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10756 | let rocblas_trsm_strided_batched_ex = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10759 | let rocblas_axpy_ex = __library.get(b"rocblas_axpy_ex\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10760 | let rocblas_axpy_batched_ex = __library.get(b"rocblas_axpy_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10761 | let rocblas_axpy_strided_batched_ex = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10764 | let rocblas_dot_ex = __library.get(b"rocblas_dot_ex\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10765 | let rocblas_dotc_ex = __library.get(b"rocblas_dotc_ex\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10766 | let rocblas_dot_batched_ex = __library.get(b"rocblas_dot_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10767 | let rocblas_dotc_batched_ex = __library.get(b"rocblas_dotc_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10768 | let rocblas_dot_strided_batched_ex = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10771 | let rocblas_dotc_strided_batched_ex = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10774 | let rocblas_nrm2_ex = __library.get(b"rocblas_nrm2_ex\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10775 | let rocblas_nrm2_batched_ex = __library.get(b"rocblas_nrm2_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10776 | let rocblas_nrm2_strided_batched_ex = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10779 | let rocblas_rot_ex = __library.get(b"rocblas_rot_ex\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10780 | let rocblas_rot_batched_ex = __library.get(b"rocblas_rot_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10781 | let rocblas_rot_strided_batched_ex = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10784 | let rocblas_scal_ex = __library.get(b"rocblas_scal_ex\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10785 | let rocblas_scal_batched_ex = __library.get(b"rocblas_scal_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10786 | let rocblas_scal_strided_batched_ex = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10789 | let rocblas_status_to_string = __library.get(b"rocblas_status_to_string\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10790 | let rocblas_initialize = __library.get(b"rocblas_initialize\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10791 | let rocblas_get_version_string = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10794 | let rocblas_get_version_string_size = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10797 | let rocblas_start_device_memory_size_query = __library [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10800 | let rocblas_stop_device_memory_size_query = __library [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10803 | let rocblas_is_device_memory_size_query = __library [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10806 | let rocblas_set_optimal_device_memory_size_impl = __library [INFO] [stdout] | ------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10809 | let rocblas_device_malloc_alloc = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10812 | let rocblas_device_malloc_success = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10815 | let rocblas_device_malloc_ptr = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10818 | let rocblas_device_malloc_get = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10821 | let rocblas_device_malloc_free = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10824 | let rocblas_device_malloc_set_default_memory_size = __library [INFO] [stdout] | --------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10827 | let rocblas_get_device_memory_size = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10830 | let rocblas_set_device_memory_size = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10833 | let rocblas_set_workspace = __library.get(b"rocblas_set_workspace\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10834 | let rocblas_is_managing_device_memory = __library [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10837 | let rocblas_is_user_managing_device_memory = __library [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10840 | let rocblas_abort = __library.get(b"rocblas_abort\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10841 | Ok(rocblas { [INFO] [stdout] | ____________^ [INFO] [stdout] 10842 | | __library, [INFO] [stdout] 10843 | | rocblas_create_handle, [INFO] [stdout] 10844 | | rocblas_destroy_handle, [INFO] [stdout] ... | [INFO] [stdout] 11466 | | rocblas_abort, [INFO] [stdout] 11467 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `simt_rocblas_sys` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/bindings.rs:10841:12 [INFO] [stdout] | [INFO] [stdout] 9768 | pub unsafe fn from_library(library: L) -> Result [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9772 | let __library = library.into(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9773 | let rocblas_create_handle = __library.get(b"rocblas_create_handle\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9774 | let rocblas_destroy_handle = __library.get(b"rocblas_destroy_handle\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9775 | let rocblas_set_stream = __library.get(b"rocblas_set_stream\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9776 | let rocblas_get_stream = __library.get(b"rocblas_get_stream\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9777 | let rocblas_set_pointer_mode = __library.get(b"rocblas_set_pointer_mode\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9778 | let rocblas_get_pointer_mode = __library.get(b"rocblas_get_pointer_mode\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9779 | let rocblas_set_int8_type_for_hipblas = __library [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9782 | let rocblas_get_int8_type_for_hipblas = __library [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9785 | let rocblas_set_atomics_mode = __library.get(b"rocblas_set_atomics_mode\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9786 | let rocblas_get_atomics_mode = __library.get(b"rocblas_get_atomics_mode\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9787 | let rocblas_query_int8_layout_flag = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9790 | let rocblas_pointer_to_mode = __library.get(b"rocblas_pointer_to_mode\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9791 | let rocblas_set_vector = __library.get(b"rocblas_set_vector\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9792 | let rocblas_get_vector = __library.get(b"rocblas_get_vector\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9793 | let rocblas_set_matrix = __library.get(b"rocblas_set_matrix\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9794 | let rocblas_get_matrix = __library.get(b"rocblas_get_matrix\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9795 | let rocblas_set_vector_async = __library.get(b"rocblas_set_vector_async\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9796 | let rocblas_get_vector_async = __library.get(b"rocblas_get_vector_async\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9797 | let rocblas_set_matrix_async = __library.get(b"rocblas_set_matrix_async\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9798 | let rocblas_get_matrix_async = __library.get(b"rocblas_get_matrix_async\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9799 | let rocblas_set_start_stop_events = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9802 | let rocblas_set_solution_fitness_query = __library [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9805 | let rocblas_set_performance_metric = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9808 | let rocblas_get_performance_metric = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9811 | let rocblas_sscal = __library.get(b"rocblas_sscal\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9812 | let rocblas_dscal = __library.get(b"rocblas_dscal\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9813 | let rocblas_cscal = __library.get(b"rocblas_cscal\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9814 | let rocblas_zscal = __library.get(b"rocblas_zscal\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9815 | let rocblas_csscal = __library.get(b"rocblas_csscal\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9816 | let rocblas_zdscal = __library.get(b"rocblas_zdscal\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9817 | let rocblas_sscal_batched = __library.get(b"rocblas_sscal_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9818 | let rocblas_dscal_batched = __library.get(b"rocblas_dscal_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9819 | let rocblas_cscal_batched = __library.get(b"rocblas_cscal_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9820 | let rocblas_zscal_batched = __library.get(b"rocblas_zscal_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9821 | let rocblas_csscal_batched = __library.get(b"rocblas_csscal_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9822 | let rocblas_zdscal_batched = __library.get(b"rocblas_zdscal_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9823 | let rocblas_sscal_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9826 | let rocblas_dscal_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9829 | let rocblas_cscal_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9832 | let rocblas_zscal_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9835 | let rocblas_csscal_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9838 | let rocblas_zdscal_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9841 | let rocblas_scopy = __library.get(b"rocblas_scopy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9842 | let rocblas_dcopy = __library.get(b"rocblas_dcopy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9843 | let rocblas_ccopy = __library.get(b"rocblas_ccopy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9844 | let rocblas_zcopy = __library.get(b"rocblas_zcopy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9845 | let rocblas_scopy_batched = __library.get(b"rocblas_scopy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9846 | let rocblas_dcopy_batched = __library.get(b"rocblas_dcopy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9847 | let rocblas_ccopy_batched = __library.get(b"rocblas_ccopy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9848 | let rocblas_zcopy_batched = __library.get(b"rocblas_zcopy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9849 | let rocblas_scopy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9852 | let rocblas_dcopy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9855 | let rocblas_ccopy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9858 | let rocblas_zcopy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9861 | let rocblas_sdot = __library.get(b"rocblas_sdot\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9862 | let rocblas_ddot = __library.get(b"rocblas_ddot\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9863 | let rocblas_hdot = __library.get(b"rocblas_hdot\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9864 | let rocblas_bfdot = __library.get(b"rocblas_bfdot\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9865 | let rocblas_cdotu = __library.get(b"rocblas_cdotu\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9866 | let rocblas_zdotu = __library.get(b"rocblas_zdotu\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9867 | let rocblas_cdotc = __library.get(b"rocblas_cdotc\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9868 | let rocblas_zdotc = __library.get(b"rocblas_zdotc\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9869 | let rocblas_sdot_batched = __library.get(b"rocblas_sdot_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9870 | let rocblas_ddot_batched = __library.get(b"rocblas_ddot_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9871 | let rocblas_hdot_batched = __library.get(b"rocblas_hdot_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9872 | let rocblas_bfdot_batched = __library.get(b"rocblas_bfdot_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9873 | let rocblas_cdotu_batched = __library.get(b"rocblas_cdotu_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9874 | let rocblas_zdotu_batched = __library.get(b"rocblas_zdotu_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9875 | let rocblas_cdotc_batched = __library.get(b"rocblas_cdotc_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9876 | let rocblas_zdotc_batched = __library.get(b"rocblas_zdotc_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9877 | let rocblas_sdot_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9880 | let rocblas_ddot_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9883 | let rocblas_hdot_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9886 | let rocblas_bfdot_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9889 | let rocblas_cdotu_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9892 | let rocblas_zdotu_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9895 | let rocblas_cdotc_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9898 | let rocblas_zdotc_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9901 | let rocblas_sswap = __library.get(b"rocblas_sswap\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9902 | let rocblas_dswap = __library.get(b"rocblas_dswap\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9903 | let rocblas_cswap = __library.get(b"rocblas_cswap\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9904 | let rocblas_zswap = __library.get(b"rocblas_zswap\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9905 | let rocblas_sswap_batched = __library.get(b"rocblas_sswap_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9906 | let rocblas_dswap_batched = __library.get(b"rocblas_dswap_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9907 | let rocblas_cswap_batched = __library.get(b"rocblas_cswap_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9908 | let rocblas_zswap_batched = __library.get(b"rocblas_zswap_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9909 | let rocblas_sswap_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9912 | let rocblas_dswap_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9915 | let rocblas_cswap_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9918 | let rocblas_zswap_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9921 | let rocblas_saxpy = __library.get(b"rocblas_saxpy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9922 | let rocblas_daxpy = __library.get(b"rocblas_daxpy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9923 | let rocblas_haxpy = __library.get(b"rocblas_haxpy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9924 | let rocblas_caxpy = __library.get(b"rocblas_caxpy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9925 | let rocblas_zaxpy = __library.get(b"rocblas_zaxpy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9926 | let rocblas_haxpy_batched = __library.get(b"rocblas_haxpy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9927 | let rocblas_saxpy_batched = __library.get(b"rocblas_saxpy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9928 | let rocblas_daxpy_batched = __library.get(b"rocblas_daxpy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9929 | let rocblas_caxpy_batched = __library.get(b"rocblas_caxpy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9930 | let rocblas_zaxpy_batched = __library.get(b"rocblas_zaxpy_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9931 | let rocblas_haxpy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9934 | let rocblas_saxpy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9937 | let rocblas_daxpy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9940 | let rocblas_caxpy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9943 | let rocblas_zaxpy_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9946 | let rocblas_sasum = __library.get(b"rocblas_sasum\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9947 | let rocblas_dasum = __library.get(b"rocblas_dasum\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9948 | let rocblas_scasum = __library.get(b"rocblas_scasum\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9949 | let rocblas_dzasum = __library.get(b"rocblas_dzasum\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9950 | let rocblas_sasum_batched = __library.get(b"rocblas_sasum_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9951 | let rocblas_dasum_batched = __library.get(b"rocblas_dasum_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9952 | let rocblas_scasum_batched = __library.get(b"rocblas_scasum_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9953 | let rocblas_dzasum_batched = __library.get(b"rocblas_dzasum_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9954 | let rocblas_sasum_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9957 | let rocblas_dasum_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9960 | let rocblas_scasum_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9963 | let rocblas_dzasum_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9966 | let rocblas_snrm2 = __library.get(b"rocblas_snrm2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9967 | let rocblas_dnrm2 = __library.get(b"rocblas_dnrm2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9968 | let rocblas_scnrm2 = __library.get(b"rocblas_scnrm2\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9969 | let rocblas_dznrm2 = __library.get(b"rocblas_dznrm2\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9970 | let rocblas_snrm2_batched = __library.get(b"rocblas_snrm2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9971 | let rocblas_dnrm2_batched = __library.get(b"rocblas_dnrm2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9972 | let rocblas_scnrm2_batched = __library.get(b"rocblas_scnrm2_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9973 | let rocblas_dznrm2_batched = __library.get(b"rocblas_dznrm2_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9974 | let rocblas_snrm2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9977 | let rocblas_dnrm2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9980 | let rocblas_scnrm2_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9983 | let rocblas_dznrm2_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9986 | let rocblas_isamax = __library.get(b"rocblas_isamax\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9987 | let rocblas_idamax = __library.get(b"rocblas_idamax\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9988 | let rocblas_icamax = __library.get(b"rocblas_icamax\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9989 | let rocblas_izamax = __library.get(b"rocblas_izamax\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9990 | let rocblas_isamax_batched = __library.get(b"rocblas_isamax_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9991 | let rocblas_idamax_batched = __library.get(b"rocblas_idamax_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9992 | let rocblas_icamax_batched = __library.get(b"rocblas_icamax_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9993 | let rocblas_izamax_batched = __library.get(b"rocblas_izamax_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 9994 | let rocblas_isamax_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 9997 | let rocblas_idamax_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10000 | let rocblas_icamax_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10003 | let rocblas_izamax_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10006 | let rocblas_isamin = __library.get(b"rocblas_isamin\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10007 | let rocblas_idamin = __library.get(b"rocblas_idamin\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10008 | let rocblas_icamin = __library.get(b"rocblas_icamin\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10009 | let rocblas_izamin = __library.get(b"rocblas_izamin\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10010 | let rocblas_isamin_batched = __library.get(b"rocblas_isamin_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10011 | let rocblas_idamin_batched = __library.get(b"rocblas_idamin_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10012 | let rocblas_icamin_batched = __library.get(b"rocblas_icamin_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10013 | let rocblas_izamin_batched = __library.get(b"rocblas_izamin_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10014 | let rocblas_isamin_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10017 | let rocblas_idamin_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10020 | let rocblas_icamin_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10023 | let rocblas_izamin_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10026 | let rocblas_srot = __library.get(b"rocblas_srot\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10027 | let rocblas_drot = __library.get(b"rocblas_drot\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10028 | let rocblas_crot = __library.get(b"rocblas_crot\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10029 | let rocblas_csrot = __library.get(b"rocblas_csrot\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10030 | let rocblas_zrot = __library.get(b"rocblas_zrot\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10031 | let rocblas_zdrot = __library.get(b"rocblas_zdrot\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10032 | let rocblas_srot_batched = __library.get(b"rocblas_srot_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10033 | let rocblas_drot_batched = __library.get(b"rocblas_drot_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10034 | let rocblas_crot_batched = __library.get(b"rocblas_crot_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10035 | let rocblas_csrot_batched = __library.get(b"rocblas_csrot_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10036 | let rocblas_zrot_batched = __library.get(b"rocblas_zrot_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10037 | let rocblas_zdrot_batched = __library.get(b"rocblas_zdrot_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10038 | let rocblas_srot_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10041 | let rocblas_drot_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10044 | let rocblas_crot_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10047 | let rocblas_csrot_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10050 | let rocblas_zrot_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10053 | let rocblas_zdrot_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10056 | let rocblas_srotg = __library.get(b"rocblas_srotg\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10057 | let rocblas_drotg = __library.get(b"rocblas_drotg\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10058 | let rocblas_crotg = __library.get(b"rocblas_crotg\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10059 | let rocblas_zrotg = __library.get(b"rocblas_zrotg\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10060 | let rocblas_srotg_batched = __library.get(b"rocblas_srotg_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10061 | let rocblas_drotg_batched = __library.get(b"rocblas_drotg_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10062 | let rocblas_crotg_batched = __library.get(b"rocblas_crotg_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10063 | let rocblas_zrotg_batched = __library.get(b"rocblas_zrotg_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10064 | let rocblas_srotg_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10067 | let rocblas_drotg_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10070 | let rocblas_crotg_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10073 | let rocblas_zrotg_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10076 | let rocblas_srotm = __library.get(b"rocblas_srotm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10077 | let rocblas_drotm = __library.get(b"rocblas_drotm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10078 | let rocblas_srotm_batched = __library.get(b"rocblas_srotm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10079 | let rocblas_drotm_batched = __library.get(b"rocblas_drotm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10080 | let rocblas_srotm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10083 | let rocblas_drotm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10086 | let rocblas_srotmg = __library.get(b"rocblas_srotmg\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10087 | let rocblas_drotmg = __library.get(b"rocblas_drotmg\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10088 | let rocblas_srotmg_batched = __library.get(b"rocblas_srotmg_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10089 | let rocblas_drotmg_batched = __library.get(b"rocblas_drotmg_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10090 | let rocblas_srotmg_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10093 | let rocblas_drotmg_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10096 | let rocblas_sgbmv = __library.get(b"rocblas_sgbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10097 | let rocblas_dgbmv = __library.get(b"rocblas_dgbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10098 | let rocblas_cgbmv = __library.get(b"rocblas_cgbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10099 | let rocblas_zgbmv = __library.get(b"rocblas_zgbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10100 | let rocblas_sgbmv_batched = __library.get(b"rocblas_sgbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10101 | let rocblas_dgbmv_batched = __library.get(b"rocblas_dgbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10102 | let rocblas_cgbmv_batched = __library.get(b"rocblas_cgbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10103 | let rocblas_zgbmv_batched = __library.get(b"rocblas_zgbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10104 | let rocblas_sgbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10107 | let rocblas_dgbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10110 | let rocblas_cgbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10113 | let rocblas_zgbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10116 | let rocblas_sgemv = __library.get(b"rocblas_sgemv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10117 | let rocblas_dgemv = __library.get(b"rocblas_dgemv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10118 | let rocblas_cgemv = __library.get(b"rocblas_cgemv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10119 | let rocblas_zgemv = __library.get(b"rocblas_zgemv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10120 | let rocblas_sgemv_batched = __library.get(b"rocblas_sgemv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10121 | let rocblas_dgemv_batched = __library.get(b"rocblas_dgemv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10122 | let rocblas_cgemv_batched = __library.get(b"rocblas_cgemv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10123 | let rocblas_zgemv_batched = __library.get(b"rocblas_zgemv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10124 | let rocblas_sgemv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10127 | let rocblas_dgemv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10130 | let rocblas_cgemv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10133 | let rocblas_zgemv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10136 | let rocblas_chbmv = __library.get(b"rocblas_chbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10137 | let rocblas_zhbmv = __library.get(b"rocblas_zhbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10138 | let rocblas_chbmv_batched = __library.get(b"rocblas_chbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10139 | let rocblas_zhbmv_batched = __library.get(b"rocblas_zhbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10140 | let rocblas_chbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10143 | let rocblas_zhbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10146 | let rocblas_chemv = __library.get(b"rocblas_chemv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10147 | let rocblas_zhemv = __library.get(b"rocblas_zhemv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10148 | let rocblas_chemv_batched = __library.get(b"rocblas_chemv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10149 | let rocblas_zhemv_batched = __library.get(b"rocblas_zhemv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10150 | let rocblas_chemv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10153 | let rocblas_zhemv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10156 | let rocblas_cher = __library.get(b"rocblas_cher\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10157 | let rocblas_zher = __library.get(b"rocblas_zher\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10158 | let rocblas_cher_batched = __library.get(b"rocblas_cher_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10159 | let rocblas_zher_batched = __library.get(b"rocblas_zher_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10160 | let rocblas_cher_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10163 | let rocblas_zher_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10166 | let rocblas_cher2 = __library.get(b"rocblas_cher2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10167 | let rocblas_zher2 = __library.get(b"rocblas_zher2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10168 | let rocblas_cher2_batched = __library.get(b"rocblas_cher2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10169 | let rocblas_zher2_batched = __library.get(b"rocblas_zher2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10170 | let rocblas_cher2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10173 | let rocblas_zher2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10176 | let rocblas_chpmv = __library.get(b"rocblas_chpmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10177 | let rocblas_zhpmv = __library.get(b"rocblas_zhpmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10178 | let rocblas_chpmv_batched = __library.get(b"rocblas_chpmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10179 | let rocblas_zhpmv_batched = __library.get(b"rocblas_zhpmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10180 | let rocblas_chpmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10183 | let rocblas_zhpmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10186 | let rocblas_chpr = __library.get(b"rocblas_chpr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10187 | let rocblas_zhpr = __library.get(b"rocblas_zhpr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10188 | let rocblas_chpr_batched = __library.get(b"rocblas_chpr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10189 | let rocblas_zhpr_batched = __library.get(b"rocblas_zhpr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10190 | let rocblas_chpr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10193 | let rocblas_zhpr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10196 | let rocblas_chpr2 = __library.get(b"rocblas_chpr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10197 | let rocblas_zhpr2 = __library.get(b"rocblas_zhpr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10198 | let rocblas_chpr2_batched = __library.get(b"rocblas_chpr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10199 | let rocblas_zhpr2_batched = __library.get(b"rocblas_zhpr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10200 | let rocblas_chpr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10203 | let rocblas_zhpr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10206 | let rocblas_strmv = __library.get(b"rocblas_strmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10207 | let rocblas_dtrmv = __library.get(b"rocblas_dtrmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10208 | let rocblas_ctrmv = __library.get(b"rocblas_ctrmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10209 | let rocblas_ztrmv = __library.get(b"rocblas_ztrmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10210 | let rocblas_strmv_batched = __library.get(b"rocblas_strmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10211 | let rocblas_dtrmv_batched = __library.get(b"rocblas_dtrmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10212 | let rocblas_ctrmv_batched = __library.get(b"rocblas_ctrmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10213 | let rocblas_ztrmv_batched = __library.get(b"rocblas_ztrmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10214 | let rocblas_strmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10217 | let rocblas_dtrmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10220 | let rocblas_ctrmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10223 | let rocblas_ztrmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10226 | let rocblas_stpmv = __library.get(b"rocblas_stpmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10227 | let rocblas_dtpmv = __library.get(b"rocblas_dtpmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10228 | let rocblas_ctpmv = __library.get(b"rocblas_ctpmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10229 | let rocblas_ztpmv = __library.get(b"rocblas_ztpmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10230 | let rocblas_stpmv_batched = __library.get(b"rocblas_stpmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10231 | let rocblas_dtpmv_batched = __library.get(b"rocblas_dtpmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10232 | let rocblas_ctpmv_batched = __library.get(b"rocblas_ctpmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10233 | let rocblas_ztpmv_batched = __library.get(b"rocblas_ztpmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10234 | let rocblas_stpmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10237 | let rocblas_dtpmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10240 | let rocblas_ctpmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10243 | let rocblas_ztpmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10246 | let rocblas_stbmv = __library.get(b"rocblas_stbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10247 | let rocblas_dtbmv = __library.get(b"rocblas_dtbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10248 | let rocblas_ctbmv = __library.get(b"rocblas_ctbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10249 | let rocblas_ztbmv = __library.get(b"rocblas_ztbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10250 | let rocblas_stbmv_batched = __library.get(b"rocblas_stbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10251 | let rocblas_dtbmv_batched = __library.get(b"rocblas_dtbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10252 | let rocblas_ctbmv_batched = __library.get(b"rocblas_ctbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10253 | let rocblas_ztbmv_batched = __library.get(b"rocblas_ztbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10254 | let rocblas_stbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10257 | let rocblas_dtbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10260 | let rocblas_ctbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10263 | let rocblas_ztbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10266 | let rocblas_stbsv = __library.get(b"rocblas_stbsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10267 | let rocblas_dtbsv = __library.get(b"rocblas_dtbsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10268 | let rocblas_ctbsv = __library.get(b"rocblas_ctbsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10269 | let rocblas_ztbsv = __library.get(b"rocblas_ztbsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10270 | let rocblas_stbsv_batched = __library.get(b"rocblas_stbsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10271 | let rocblas_dtbsv_batched = __library.get(b"rocblas_dtbsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10272 | let rocblas_ctbsv_batched = __library.get(b"rocblas_ctbsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10273 | let rocblas_ztbsv_batched = __library.get(b"rocblas_ztbsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10274 | let rocblas_stbsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10277 | let rocblas_dtbsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10280 | let rocblas_ctbsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10283 | let rocblas_ztbsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10286 | let rocblas_strsv = __library.get(b"rocblas_strsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10287 | let rocblas_dtrsv = __library.get(b"rocblas_dtrsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10288 | let rocblas_ctrsv = __library.get(b"rocblas_ctrsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10289 | let rocblas_ztrsv = __library.get(b"rocblas_ztrsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10290 | let rocblas_strsv_batched = __library.get(b"rocblas_strsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10291 | let rocblas_dtrsv_batched = __library.get(b"rocblas_dtrsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10292 | let rocblas_ctrsv_batched = __library.get(b"rocblas_ctrsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10293 | let rocblas_ztrsv_batched = __library.get(b"rocblas_ztrsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10294 | let rocblas_strsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10297 | let rocblas_dtrsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10300 | let rocblas_ctrsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10303 | let rocblas_ztrsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10306 | let rocblas_stpsv = __library.get(b"rocblas_stpsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10307 | let rocblas_dtpsv = __library.get(b"rocblas_dtpsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10308 | let rocblas_ctpsv = __library.get(b"rocblas_ctpsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10309 | let rocblas_ztpsv = __library.get(b"rocblas_ztpsv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10310 | let rocblas_stpsv_batched = __library.get(b"rocblas_stpsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10311 | let rocblas_dtpsv_batched = __library.get(b"rocblas_dtpsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10312 | let rocblas_ctpsv_batched = __library.get(b"rocblas_ctpsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10313 | let rocblas_ztpsv_batched = __library.get(b"rocblas_ztpsv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10314 | let rocblas_stpsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10317 | let rocblas_dtpsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10320 | let rocblas_ctpsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10323 | let rocblas_ztpsv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10326 | let rocblas_ssymv = __library.get(b"rocblas_ssymv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10327 | let rocblas_dsymv = __library.get(b"rocblas_dsymv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10328 | let rocblas_csymv = __library.get(b"rocblas_csymv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10329 | let rocblas_zsymv = __library.get(b"rocblas_zsymv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10330 | let rocblas_ssymv_batched = __library.get(b"rocblas_ssymv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10331 | let rocblas_dsymv_batched = __library.get(b"rocblas_dsymv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10332 | let rocblas_csymv_batched = __library.get(b"rocblas_csymv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10333 | let rocblas_zsymv_batched = __library.get(b"rocblas_zsymv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10334 | let rocblas_ssymv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10337 | let rocblas_dsymv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10340 | let rocblas_csymv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10343 | let rocblas_zsymv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10346 | let rocblas_sspmv = __library.get(b"rocblas_sspmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10347 | let rocblas_dspmv = __library.get(b"rocblas_dspmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10348 | let rocblas_sspmv_batched = __library.get(b"rocblas_sspmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10349 | let rocblas_dspmv_batched = __library.get(b"rocblas_dspmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10350 | let rocblas_sspmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10353 | let rocblas_dspmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10356 | let rocblas_ssbmv = __library.get(b"rocblas_ssbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10357 | let rocblas_dsbmv = __library.get(b"rocblas_dsbmv\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10358 | let rocblas_dsbmv_batched = __library.get(b"rocblas_dsbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10359 | let rocblas_ssbmv_batched = __library.get(b"rocblas_ssbmv_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10360 | let rocblas_ssbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10363 | let rocblas_dsbmv_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10366 | let rocblas_sger = __library.get(b"rocblas_sger\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10367 | let rocblas_dger = __library.get(b"rocblas_dger\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10368 | let rocblas_cgeru = __library.get(b"rocblas_cgeru\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10369 | let rocblas_zgeru = __library.get(b"rocblas_zgeru\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10370 | let rocblas_cgerc = __library.get(b"rocblas_cgerc\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10371 | let rocblas_zgerc = __library.get(b"rocblas_zgerc\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10372 | let rocblas_sger_batched = __library.get(b"rocblas_sger_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10373 | let rocblas_dger_batched = __library.get(b"rocblas_dger_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10374 | let rocblas_cgeru_batched = __library.get(b"rocblas_cgeru_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10375 | let rocblas_zgeru_batched = __library.get(b"rocblas_zgeru_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10376 | let rocblas_cgerc_batched = __library.get(b"rocblas_cgerc_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10377 | let rocblas_zgerc_batched = __library.get(b"rocblas_zgerc_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10378 | let rocblas_sger_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10381 | let rocblas_dger_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10384 | let rocblas_cgeru_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10387 | let rocblas_zgeru_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10390 | let rocblas_cgerc_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10393 | let rocblas_zgerc_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10396 | let rocblas_sspr = __library.get(b"rocblas_sspr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10397 | let rocblas_dspr = __library.get(b"rocblas_dspr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10398 | let rocblas_cspr = __library.get(b"rocblas_cspr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10399 | let rocblas_zspr = __library.get(b"rocblas_zspr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10400 | let rocblas_sspr_batched = __library.get(b"rocblas_sspr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10401 | let rocblas_dspr_batched = __library.get(b"rocblas_dspr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10402 | let rocblas_cspr_batched = __library.get(b"rocblas_cspr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10403 | let rocblas_zspr_batched = __library.get(b"rocblas_zspr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10404 | let rocblas_sspr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10407 | let rocblas_dspr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10410 | let rocblas_cspr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10413 | let rocblas_zspr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10416 | let rocblas_sspr2 = __library.get(b"rocblas_sspr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10417 | let rocblas_dspr2 = __library.get(b"rocblas_dspr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10418 | let rocblas_sspr2_batched = __library.get(b"rocblas_sspr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10419 | let rocblas_dspr2_batched = __library.get(b"rocblas_dspr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10420 | let rocblas_sspr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10423 | let rocblas_dspr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10426 | let rocblas_ssyr = __library.get(b"rocblas_ssyr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10427 | let rocblas_dsyr = __library.get(b"rocblas_dsyr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10428 | let rocblas_csyr = __library.get(b"rocblas_csyr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10429 | let rocblas_zsyr = __library.get(b"rocblas_zsyr\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10430 | let rocblas_ssyr_batched = __library.get(b"rocblas_ssyr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10431 | let rocblas_dsyr_batched = __library.get(b"rocblas_dsyr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10432 | let rocblas_csyr_batched = __library.get(b"rocblas_csyr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10433 | let rocblas_zsyr_batched = __library.get(b"rocblas_zsyr_batched\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10434 | let rocblas_ssyr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10437 | let rocblas_dsyr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10440 | let rocblas_csyr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10443 | let rocblas_zsyr_strided_batched = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10446 | let rocblas_ssyr2 = __library.get(b"rocblas_ssyr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10447 | let rocblas_dsyr2 = __library.get(b"rocblas_dsyr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10448 | let rocblas_csyr2 = __library.get(b"rocblas_csyr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10449 | let rocblas_zsyr2 = __library.get(b"rocblas_zsyr2\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10450 | let rocblas_ssyr2_batched = __library.get(b"rocblas_ssyr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10451 | let rocblas_dsyr2_batched = __library.get(b"rocblas_dsyr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10452 | let rocblas_csyr2_batched = __library.get(b"rocblas_csyr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10453 | let rocblas_zsyr2_batched = __library.get(b"rocblas_zsyr2_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10454 | let rocblas_ssyr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10457 | let rocblas_dsyr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10460 | let rocblas_csyr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10463 | let rocblas_zsyr2_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10466 | let rocblas_chemm = __library.get(b"rocblas_chemm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10467 | let rocblas_zhemm = __library.get(b"rocblas_zhemm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10468 | let rocblas_chemm_batched = __library.get(b"rocblas_chemm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10469 | let rocblas_zhemm_batched = __library.get(b"rocblas_zhemm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10470 | let rocblas_chemm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10473 | let rocblas_zhemm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10476 | let rocblas_cherk = __library.get(b"rocblas_cherk\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10477 | let rocblas_zherk = __library.get(b"rocblas_zherk\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10478 | let rocblas_cherk_batched = __library.get(b"rocblas_cherk_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10479 | let rocblas_zherk_batched = __library.get(b"rocblas_zherk_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10480 | let rocblas_cherk_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10483 | let rocblas_zherk_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10486 | let rocblas_cher2k = __library.get(b"rocblas_cher2k\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10487 | let rocblas_zher2k = __library.get(b"rocblas_zher2k\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10488 | let rocblas_cher2k_batched = __library.get(b"rocblas_cher2k_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10489 | let rocblas_zher2k_batched = __library.get(b"rocblas_zher2k_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10490 | let rocblas_cher2k_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10493 | let rocblas_zher2k_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10496 | let rocblas_cherkx = __library.get(b"rocblas_cherkx\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10497 | let rocblas_zherkx = __library.get(b"rocblas_zherkx\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10498 | let rocblas_cherkx_batched = __library.get(b"rocblas_cherkx_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10499 | let rocblas_zherkx_batched = __library.get(b"rocblas_zherkx_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10500 | let rocblas_cherkx_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10503 | let rocblas_zherkx_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10506 | let rocblas_ssymm = __library.get(b"rocblas_ssymm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10507 | let rocblas_dsymm = __library.get(b"rocblas_dsymm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10508 | let rocblas_csymm = __library.get(b"rocblas_csymm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10509 | let rocblas_zsymm = __library.get(b"rocblas_zsymm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10510 | let rocblas_ssymm_batched = __library.get(b"rocblas_ssymm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10511 | let rocblas_dsymm_batched = __library.get(b"rocblas_dsymm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10512 | let rocblas_csymm_batched = __library.get(b"rocblas_csymm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10513 | let rocblas_zsymm_batched = __library.get(b"rocblas_zsymm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10514 | let rocblas_ssymm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10517 | let rocblas_dsymm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10520 | let rocblas_csymm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10523 | let rocblas_zsymm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10526 | let rocblas_ssyrk = __library.get(b"rocblas_ssyrk\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10527 | let rocblas_dsyrk = __library.get(b"rocblas_dsyrk\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10528 | let rocblas_csyrk = __library.get(b"rocblas_csyrk\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10529 | let rocblas_zsyrk = __library.get(b"rocblas_zsyrk\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10530 | let rocblas_ssyrk_batched = __library.get(b"rocblas_ssyrk_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10531 | let rocblas_dsyrk_batched = __library.get(b"rocblas_dsyrk_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10532 | let rocblas_csyrk_batched = __library.get(b"rocblas_csyrk_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10533 | let rocblas_zsyrk_batched = __library.get(b"rocblas_zsyrk_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10534 | let rocblas_ssyrk_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10537 | let rocblas_dsyrk_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10540 | let rocblas_csyrk_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10543 | let rocblas_zsyrk_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10546 | let rocblas_ssyr2k = __library.get(b"rocblas_ssyr2k\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10547 | let rocblas_dsyr2k = __library.get(b"rocblas_dsyr2k\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10548 | let rocblas_csyr2k = __library.get(b"rocblas_csyr2k\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10549 | let rocblas_zsyr2k = __library.get(b"rocblas_zsyr2k\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10550 | let rocblas_ssyr2k_batched = __library.get(b"rocblas_ssyr2k_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10551 | let rocblas_dsyr2k_batched = __library.get(b"rocblas_dsyr2k_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10552 | let rocblas_csyr2k_batched = __library.get(b"rocblas_csyr2k_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10553 | let rocblas_zsyr2k_batched = __library.get(b"rocblas_zsyr2k_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10554 | let rocblas_ssyr2k_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10557 | let rocblas_dsyr2k_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10560 | let rocblas_csyr2k_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10563 | let rocblas_zsyr2k_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10566 | let rocblas_ssyrkx = __library.get(b"rocblas_ssyrkx\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10567 | let rocblas_dsyrkx = __library.get(b"rocblas_dsyrkx\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10568 | let rocblas_csyrkx = __library.get(b"rocblas_csyrkx\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10569 | let rocblas_zsyrkx = __library.get(b"rocblas_zsyrkx\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10570 | let rocblas_ssyrkx_batched = __library.get(b"rocblas_ssyrkx_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10571 | let rocblas_dsyrkx_batched = __library.get(b"rocblas_dsyrkx_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10572 | let rocblas_csyrkx_batched = __library.get(b"rocblas_csyrkx_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10573 | let rocblas_zsyrkx_batched = __library.get(b"rocblas_zsyrkx_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10574 | let rocblas_ssyrkx_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10577 | let rocblas_dsyrkx_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10580 | let rocblas_csyrkx_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10583 | let rocblas_zsyrkx_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10586 | let rocblas_strmm = __library.get(b"rocblas_strmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10587 | let rocblas_dtrmm = __library.get(b"rocblas_dtrmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10588 | let rocblas_ctrmm = __library.get(b"rocblas_ctrmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10589 | let rocblas_ztrmm = __library.get(b"rocblas_ztrmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10590 | let rocblas_strmm_batched = __library.get(b"rocblas_strmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10591 | let rocblas_dtrmm_batched = __library.get(b"rocblas_dtrmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10592 | let rocblas_ctrmm_batched = __library.get(b"rocblas_ctrmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10593 | let rocblas_ztrmm_batched = __library.get(b"rocblas_ztrmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10594 | let rocblas_strmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10597 | let rocblas_dtrmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10600 | let rocblas_ctrmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10603 | let rocblas_ztrmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10606 | let rocblas_strmm_outofplace = __library.get(b"rocblas_strmm_outofplace\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10607 | let rocblas_dtrmm_outofplace = __library.get(b"rocblas_dtrmm_outofplace\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10608 | let rocblas_ctrmm_outofplace = __library.get(b"rocblas_ctrmm_outofplace\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10609 | let rocblas_ztrmm_outofplace = __library.get(b"rocblas_ztrmm_outofplace\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10610 | let rocblas_strmm_outofplace_batched = __library [INFO] [stdout] | -------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10613 | let rocblas_dtrmm_outofplace_batched = __library [INFO] [stdout] | -------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10616 | let rocblas_ctrmm_outofplace_batched = __library [INFO] [stdout] | -------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10619 | let rocblas_ztrmm_outofplace_batched = __library [INFO] [stdout] | -------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10622 | let rocblas_strmm_outofplace_strided_batched = __library [INFO] [stdout] | ---------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10625 | let rocblas_dtrmm_outofplace_strided_batched = __library [INFO] [stdout] | ---------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10628 | let rocblas_ctrmm_outofplace_strided_batched = __library [INFO] [stdout] | ---------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10631 | let rocblas_ztrmm_outofplace_strided_batched = __library [INFO] [stdout] | ---------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10634 | let rocblas_strtri = __library.get(b"rocblas_strtri\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10635 | let rocblas_dtrtri = __library.get(b"rocblas_dtrtri\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10636 | let rocblas_ctrtri = __library.get(b"rocblas_ctrtri\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10637 | let rocblas_ztrtri = __library.get(b"rocblas_ztrtri\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10638 | let rocblas_strtri_batched = __library.get(b"rocblas_strtri_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10639 | let rocblas_dtrtri_batched = __library.get(b"rocblas_dtrtri_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10640 | let rocblas_ctrtri_batched = __library.get(b"rocblas_ctrtri_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10641 | let rocblas_ztrtri_batched = __library.get(b"rocblas_ztrtri_batched\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10642 | let rocblas_strtri_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10645 | let rocblas_dtrtri_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10648 | let rocblas_ctrtri_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10651 | let rocblas_ztrtri_strided_batched = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10654 | let rocblas_strsm = __library.get(b"rocblas_strsm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10655 | let rocblas_dtrsm = __library.get(b"rocblas_dtrsm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10656 | let rocblas_ctrsm = __library.get(b"rocblas_ctrsm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10657 | let rocblas_ztrsm = __library.get(b"rocblas_ztrsm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10658 | let rocblas_strsm_batched = __library.get(b"rocblas_strsm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10659 | let rocblas_dtrsm_batched = __library.get(b"rocblas_dtrsm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10660 | let rocblas_ctrsm_batched = __library.get(b"rocblas_ctrsm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10661 | let rocblas_ztrsm_batched = __library.get(b"rocblas_ztrsm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10662 | let rocblas_strsm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10665 | let rocblas_dtrsm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10668 | let rocblas_ctrsm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10671 | let rocblas_ztrsm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10674 | let rocblas_sgemm = __library.get(b"rocblas_sgemm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10675 | let rocblas_dgemm = __library.get(b"rocblas_dgemm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10676 | let rocblas_hgemm = __library.get(b"rocblas_hgemm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10677 | let rocblas_cgemm = __library.get(b"rocblas_cgemm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10678 | let rocblas_zgemm = __library.get(b"rocblas_zgemm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10679 | let rocblas_sgemm_batched = __library.get(b"rocblas_sgemm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10680 | let rocblas_dgemm_batched = __library.get(b"rocblas_dgemm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10681 | let rocblas_hgemm_batched = __library.get(b"rocblas_hgemm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10682 | let rocblas_cgemm_batched = __library.get(b"rocblas_cgemm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10683 | let rocblas_zgemm_batched = __library.get(b"rocblas_zgemm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10684 | let rocblas_sgemm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10687 | let rocblas_dgemm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10690 | let rocblas_hgemm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10693 | let rocblas_hgemm_kernel_name = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10696 | let rocblas_sgemm_kernel_name = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10699 | let rocblas_dgemm_kernel_name = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10702 | let rocblas_cgemm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10705 | let rocblas_zgemm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10708 | let rocblas_sdgmm = __library.get(b"rocblas_sdgmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10709 | let rocblas_ddgmm = __library.get(b"rocblas_ddgmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10710 | let rocblas_cdgmm = __library.get(b"rocblas_cdgmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10711 | let rocblas_zdgmm = __library.get(b"rocblas_zdgmm\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10712 | let rocblas_sdgmm_batched = __library.get(b"rocblas_sdgmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10713 | let rocblas_ddgmm_batched = __library.get(b"rocblas_ddgmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10714 | let rocblas_cdgmm_batched = __library.get(b"rocblas_cdgmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10715 | let rocblas_zdgmm_batched = __library.get(b"rocblas_zdgmm_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10716 | let rocblas_sdgmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10719 | let rocblas_ddgmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10722 | let rocblas_cdgmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10725 | let rocblas_zdgmm_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10728 | let rocblas_sgeam = __library.get(b"rocblas_sgeam\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10729 | let rocblas_dgeam = __library.get(b"rocblas_dgeam\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10730 | let rocblas_cgeam = __library.get(b"rocblas_cgeam\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10731 | let rocblas_zgeam = __library.get(b"rocblas_zgeam\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10732 | let rocblas_sgeam_batched = __library.get(b"rocblas_sgeam_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10733 | let rocblas_dgeam_batched = __library.get(b"rocblas_dgeam_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10734 | let rocblas_cgeam_batched = __library.get(b"rocblas_cgeam_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10735 | let rocblas_zgeam_batched = __library.get(b"rocblas_zgeam_batched\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10736 | let rocblas_sgeam_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10739 | let rocblas_dgeam_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10742 | let rocblas_cgeam_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10745 | let rocblas_zgeam_strided_batched = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10748 | let rocblas_gemm_ex = __library.get(b"rocblas_gemm_ex\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10749 | let rocblas_gemm_batched_ex = __library.get(b"rocblas_gemm_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10750 | let rocblas_gemm_strided_batched_ex = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10753 | let rocblas_gemm_ext2 = __library.get(b"rocblas_gemm_ext2\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10754 | let rocblas_trsm_ex = __library.get(b"rocblas_trsm_ex\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10755 | let rocblas_trsm_batched_ex = __library.get(b"rocblas_trsm_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10756 | let rocblas_trsm_strided_batched_ex = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10759 | let rocblas_axpy_ex = __library.get(b"rocblas_axpy_ex\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10760 | let rocblas_axpy_batched_ex = __library.get(b"rocblas_axpy_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10761 | let rocblas_axpy_strided_batched_ex = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10764 | let rocblas_dot_ex = __library.get(b"rocblas_dot_ex\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10765 | let rocblas_dotc_ex = __library.get(b"rocblas_dotc_ex\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10766 | let rocblas_dot_batched_ex = __library.get(b"rocblas_dot_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10767 | let rocblas_dotc_batched_ex = __library.get(b"rocblas_dotc_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10768 | let rocblas_dot_strided_batched_ex = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10771 | let rocblas_dotc_strided_batched_ex = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10774 | let rocblas_nrm2_ex = __library.get(b"rocblas_nrm2_ex\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10775 | let rocblas_nrm2_batched_ex = __library.get(b"rocblas_nrm2_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10776 | let rocblas_nrm2_strided_batched_ex = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10779 | let rocblas_rot_ex = __library.get(b"rocblas_rot_ex\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10780 | let rocblas_rot_batched_ex = __library.get(b"rocblas_rot_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10781 | let rocblas_rot_strided_batched_ex = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10784 | let rocblas_scal_ex = __library.get(b"rocblas_scal_ex\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10785 | let rocblas_scal_batched_ex = __library.get(b"rocblas_scal_batched_ex\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10786 | let rocblas_scal_strided_batched_ex = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10789 | let rocblas_status_to_string = __library.get(b"rocblas_status_to_string\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10790 | let rocblas_initialize = __library.get(b"rocblas_initialize\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10791 | let rocblas_get_version_string = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10794 | let rocblas_get_version_string_size = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10797 | let rocblas_start_device_memory_size_query = __library [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10800 | let rocblas_stop_device_memory_size_query = __library [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10803 | let rocblas_is_device_memory_size_query = __library [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10806 | let rocblas_set_optimal_device_memory_size_impl = __library [INFO] [stdout] | ------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10809 | let rocblas_device_malloc_alloc = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10812 | let rocblas_device_malloc_success = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10815 | let rocblas_device_malloc_ptr = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10818 | let rocblas_device_malloc_get = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10821 | let rocblas_device_malloc_free = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10824 | let rocblas_device_malloc_set_default_memory_size = __library [INFO] [stdout] | --------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10827 | let rocblas_get_device_memory_size = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10830 | let rocblas_set_device_memory_size = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10833 | let rocblas_set_workspace = __library.get(b"rocblas_set_workspace\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10834 | let rocblas_is_managing_device_memory = __library [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10837 | let rocblas_is_user_managing_device_memory = __library [INFO] [stdout] | -------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10840 | let rocblas_abort = __library.get(b"rocblas_abort\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 10841 | Ok(rocblas { [INFO] [stdout] | ____________^ [INFO] [stdout] 10842 | | __library, [INFO] [stdout] 10843 | | rocblas_create_handle, [INFO] [stdout] 10844 | | rocblas_destroy_handle, [INFO] [stdout] ... | [INFO] [stdout] 11466 | | rocblas_abort, [INFO] [stdout] 11467 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `simt_rocblas_sys` (lib test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "64cc8b06b591c5693c949946cd291f16bfdd51071babd934b4d4d3ddc4203dc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64cc8b06b591c5693c949946cd291f16bfdd51071babd934b4d4d3ddc4203dc6", kill_on_drop: false }` [INFO] [stdout] 64cc8b06b591c5693c949946cd291f16bfdd51071babd934b4d4d3ddc4203dc6