[INFO] fetching crate simt_hip_sys 0.2.0... [INFO] checking simt_hip_sys-0.2.0 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate simt_hip_sys 0.2.0 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate simt_hip_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_hip_sys 0.2.0 [INFO] finished tweaking crates.io crate simt_hip_sys 0.2.0 [INFO] tweaked toml for crates.io crate simt_hip_sys 0.2.0 written to /workspace/builds/worker-4-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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 3c7ebfc71e26fb2e12b6cc97ef74b866b8579aa103aa67de7f2ac749ae7cda3d [INFO] running `Command { std: "docker" "start" "-a" "3c7ebfc71e26fb2e12b6cc97ef74b866b8579aa103aa67de7f2ac749ae7cda3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c7ebfc71e26fb2e12b6cc97ef74b866b8579aa103aa67de7f2ac749ae7cda3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c7ebfc71e26fb2e12b6cc97ef74b866b8579aa103aa67de7f2ac749ae7cda3d", kill_on_drop: false }` [INFO] [stdout] 3c7ebfc71e26fb2e12b6cc97ef74b866b8579aa103aa67de7f2ac749ae7cda3d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] c0a43881263be03bd6f2c327eebf32d37c0509a9875c9b16637028057be2d509 [INFO] running `Command { std: "docker" "start" "-a" "c0a43881263be03bd6f2c327eebf32d37c0509a9875c9b16637028057be2d509", kill_on_drop: false }` [INFO] [stderr] Checking libloading v0.8.5 [INFO] [stderr] Checking simt_hip_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:5741:12 [INFO] [stdout] | [INFO] [stdout] 5100 | 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] 5104 | let __library = library.into(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5105 | let hipCreateChannelDesc = __library.get(b"hipCreateChannelDesc\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5106 | let hipInit = __library.get(b"hipInit\0").map(|sym| *sym); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5107 | let hipDriverGetVersion = __library.get(b"hipDriverGetVersion\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5108 | let hipRuntimeGetVersion = __library.get(b"hipRuntimeGetVersion\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5109 | let hipDeviceGet = __library.get(b"hipDeviceGet\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5110 | let hipDeviceComputeCapability = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5113 | let hipDeviceGetName = __library.get(b"hipDeviceGetName\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5114 | let hipDeviceGetUuid = __library.get(b"hipDeviceGetUuid\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5115 | let hipDeviceGetP2PAttribute = __library.get(b"hipDeviceGetP2PAttribute\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5116 | let hipDeviceGetPCIBusId = __library.get(b"hipDeviceGetPCIBusId\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5117 | let hipDeviceGetByPCIBusId = __library.get(b"hipDeviceGetByPCIBusId\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5118 | let hipDeviceTotalMem = __library.get(b"hipDeviceTotalMem\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5119 | let hipDeviceSynchronize = __library.get(b"hipDeviceSynchronize\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5120 | let hipDeviceReset = __library.get(b"hipDeviceReset\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5121 | let hipSetDevice = __library.get(b"hipSetDevice\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5122 | let hipGetDevice = __library.get(b"hipGetDevice\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5123 | let hipGetDeviceCount = __library.get(b"hipGetDeviceCount\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5124 | let hipDeviceGetAttribute = __library.get(b"hipDeviceGetAttribute\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5125 | let hipDeviceGetDefaultMemPool = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5128 | let hipDeviceSetMemPool = __library.get(b"hipDeviceSetMemPool\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5129 | let hipDeviceGetMemPool = __library.get(b"hipDeviceGetMemPool\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5130 | let hipGetDeviceProperties = __library.get(b"hipGetDeviceProperties\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5131 | let hipDeviceSetCacheConfig = __library.get(b"hipDeviceSetCacheConfig\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5132 | let hipDeviceGetCacheConfig = __library.get(b"hipDeviceGetCacheConfig\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5133 | let hipDeviceGetLimit = __library.get(b"hipDeviceGetLimit\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5134 | let hipDeviceSetLimit = __library.get(b"hipDeviceSetLimit\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5135 | let hipDeviceGetSharedMemConfig = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5138 | let hipGetDeviceFlags = __library.get(b"hipGetDeviceFlags\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5139 | let hipDeviceSetSharedMemConfig = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5142 | let hipSetDeviceFlags = __library.get(b"hipSetDeviceFlags\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5143 | let hipChooseDevice = __library.get(b"hipChooseDevice\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5144 | let hipExtGetLinkTypeAndHopCount = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5147 | let hipIpcGetMemHandle = __library.get(b"hipIpcGetMemHandle\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5148 | let hipIpcOpenMemHandle = __library.get(b"hipIpcOpenMemHandle\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5149 | let hipIpcCloseMemHandle = __library.get(b"hipIpcCloseMemHandle\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5150 | let hipIpcGetEventHandle = __library.get(b"hipIpcGetEventHandle\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5151 | let hipIpcOpenEventHandle = __library.get(b"hipIpcOpenEventHandle\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5152 | let hipFuncSetAttribute = __library.get(b"hipFuncSetAttribute\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5153 | let hipFuncSetCacheConfig = __library.get(b"hipFuncSetCacheConfig\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5154 | let hipFuncSetSharedMemConfig = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5157 | let hipGetLastError = __library.get(b"hipGetLastError\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5158 | let hipPeekAtLastError = __library.get(b"hipPeekAtLastError\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5159 | let hipGetErrorName = __library.get(b"hipGetErrorName\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5160 | let hipGetErrorString = __library.get(b"hipGetErrorString\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5161 | let hipDrvGetErrorName = __library.get(b"hipDrvGetErrorName\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5162 | let hipDrvGetErrorString = __library.get(b"hipDrvGetErrorString\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5163 | let hipStreamCreate = __library.get(b"hipStreamCreate\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5164 | let hipStreamCreateWithFlags = __library.get(b"hipStreamCreateWithFlags\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5165 | let hipStreamCreateWithPriority = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5168 | let hipDeviceGetStreamPriorityRange = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5171 | let hipStreamDestroy = __library.get(b"hipStreamDestroy\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5172 | let hipStreamQuery = __library.get(b"hipStreamQuery\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5173 | let hipStreamSynchronize = __library.get(b"hipStreamSynchronize\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5174 | let hipStreamWaitEvent = __library.get(b"hipStreamWaitEvent\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5175 | let hipStreamGetFlags = __library.get(b"hipStreamGetFlags\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5176 | let hipStreamGetPriority = __library.get(b"hipStreamGetPriority\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5177 | let hipExtStreamCreateWithCUMask = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5180 | let hipExtStreamGetCUMask = __library.get(b"hipExtStreamGetCUMask\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5181 | let hipStreamAddCallback = __library.get(b"hipStreamAddCallback\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5182 | let hipStreamWaitValue32 = __library.get(b"hipStreamWaitValue32\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5183 | let hipStreamWaitValue64 = __library.get(b"hipStreamWaitValue64\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5184 | let hipStreamWriteValue32 = __library.get(b"hipStreamWriteValue32\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5185 | let hipStreamWriteValue64 = __library.get(b"hipStreamWriteValue64\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5186 | let hipEventCreateWithFlags = __library.get(b"hipEventCreateWithFlags\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5187 | let hipEventCreate = __library.get(b"hipEventCreate\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5188 | let hipEventRecord = __library.get(b"hipEventRecord\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5189 | let hipEventDestroy = __library.get(b"hipEventDestroy\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5190 | let hipEventSynchronize = __library.get(b"hipEventSynchronize\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5191 | let hipEventElapsedTime = __library.get(b"hipEventElapsedTime\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5192 | let hipEventQuery = __library.get(b"hipEventQuery\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5193 | let hipPointerGetAttributes = __library.get(b"hipPointerGetAttributes\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5194 | let hipPointerGetAttribute = __library.get(b"hipPointerGetAttribute\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5195 | let hipDrvPointerGetAttributes = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5198 | let hipImportExternalSemaphore = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5201 | let hipSignalExternalSemaphoresAsync = __library [INFO] [stdout] | -------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5204 | let hipWaitExternalSemaphoresAsync = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5207 | let hipDestroyExternalSemaphore = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5210 | let hipImportExternalMemory = __library.get(b"hipImportExternalMemory\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5211 | let hipExternalMemoryGetMappedBuffer = __library [INFO] [stdout] | -------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5214 | let hipDestroyExternalMemory = __library.get(b"hipDestroyExternalMemory\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5215 | let hipMalloc = __library.get(b"hipMalloc\0").map(|sym| *sym); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5216 | let hipExtMallocWithFlags = __library.get(b"hipExtMallocWithFlags\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5217 | let hipMallocHost = __library.get(b"hipMallocHost\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5218 | let hipMemAllocHost = __library.get(b"hipMemAllocHost\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5219 | let hipHostMalloc = __library.get(b"hipHostMalloc\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5220 | let hipMallocManaged = __library.get(b"hipMallocManaged\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5221 | let hipMemPrefetchAsync = __library.get(b"hipMemPrefetchAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5222 | let hipMemAdvise = __library.get(b"hipMemAdvise\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5223 | let hipMemRangeGetAttribute = __library.get(b"hipMemRangeGetAttribute\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5224 | let hipMemRangeGetAttributes = __library.get(b"hipMemRangeGetAttributes\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5225 | let hipStreamAttachMemAsync = __library.get(b"hipStreamAttachMemAsync\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5226 | let hipMallocAsync = __library.get(b"hipMallocAsync\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5227 | let hipFreeAsync = __library.get(b"hipFreeAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5228 | let hipMemPoolTrimTo = __library.get(b"hipMemPoolTrimTo\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5229 | let hipMemPoolSetAttribute = __library.get(b"hipMemPoolSetAttribute\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5230 | let hipMemPoolGetAttribute = __library.get(b"hipMemPoolGetAttribute\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5231 | let hipMemPoolSetAccess = __library.get(b"hipMemPoolSetAccess\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5232 | let hipMemPoolGetAccess = __library.get(b"hipMemPoolGetAccess\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5233 | let hipMemPoolCreate = __library.get(b"hipMemPoolCreate\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5234 | let hipMemPoolDestroy = __library.get(b"hipMemPoolDestroy\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5235 | let hipMallocFromPoolAsync = __library.get(b"hipMallocFromPoolAsync\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5236 | let hipMemPoolExportToShareableHandle = __library [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5239 | let hipMemPoolImportFromShareableHandle = __library [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5242 | let hipMemPoolExportPointer = __library.get(b"hipMemPoolExportPointer\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5243 | let hipMemPoolImportPointer = __library.get(b"hipMemPoolImportPointer\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5244 | let hipHostAlloc = __library.get(b"hipHostAlloc\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5245 | let hipHostGetDevicePointer = __library.get(b"hipHostGetDevicePointer\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5246 | let hipHostGetFlags = __library.get(b"hipHostGetFlags\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5247 | let hipHostRegister = __library.get(b"hipHostRegister\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5248 | let hipHostUnregister = __library.get(b"hipHostUnregister\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5249 | let hipMallocPitch = __library.get(b"hipMallocPitch\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5250 | let hipMemAllocPitch = __library.get(b"hipMemAllocPitch\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5251 | let hipFree = __library.get(b"hipFree\0").map(|sym| *sym); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5252 | let hipFreeHost = __library.get(b"hipFreeHost\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5253 | let hipHostFree = __library.get(b"hipHostFree\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5254 | let hipMemcpy = __library.get(b"hipMemcpy\0").map(|sym| *sym); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5255 | let hipMemcpyWithStream = __library.get(b"hipMemcpyWithStream\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5256 | let hipMemcpyHtoD = __library.get(b"hipMemcpyHtoD\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5257 | let hipMemcpyDtoH = __library.get(b"hipMemcpyDtoH\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5258 | let hipMemcpyDtoD = __library.get(b"hipMemcpyDtoD\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5259 | let hipMemcpyHtoDAsync = __library.get(b"hipMemcpyHtoDAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5260 | let hipMemcpyDtoHAsync = __library.get(b"hipMemcpyDtoHAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5261 | let hipMemcpyDtoDAsync = __library.get(b"hipMemcpyDtoDAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5262 | let hipModuleGetGlobal = __library.get(b"hipModuleGetGlobal\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5263 | let hipGetSymbolAddress = __library.get(b"hipGetSymbolAddress\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5264 | let hipGetSymbolSize = __library.get(b"hipGetSymbolSize\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5265 | let hipMemcpyToSymbol = __library.get(b"hipMemcpyToSymbol\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5266 | let hipMemcpyToSymbolAsync = __library.get(b"hipMemcpyToSymbolAsync\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5267 | let hipMemcpyFromSymbol = __library.get(b"hipMemcpyFromSymbol\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5268 | let hipMemcpyFromSymbolAsync = __library.get(b"hipMemcpyFromSymbolAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5269 | let hipMemcpyAsync = __library.get(b"hipMemcpyAsync\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5270 | let hipMemset = __library.get(b"hipMemset\0").map(|sym| *sym); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5271 | let hipMemsetD8 = __library.get(b"hipMemsetD8\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5272 | let hipMemsetD8Async = __library.get(b"hipMemsetD8Async\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5273 | let hipMemsetD16 = __library.get(b"hipMemsetD16\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5274 | let hipMemsetD16Async = __library.get(b"hipMemsetD16Async\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5275 | let hipMemsetD32 = __library.get(b"hipMemsetD32\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5276 | let hipMemsetAsync = __library.get(b"hipMemsetAsync\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5277 | let hipMemsetD32Async = __library.get(b"hipMemsetD32Async\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5278 | let hipMemset2D = __library.get(b"hipMemset2D\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5279 | let hipMemset2DAsync = __library.get(b"hipMemset2DAsync\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5280 | let hipMemset3D = __library.get(b"hipMemset3D\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5281 | let hipMemset3DAsync = __library.get(b"hipMemset3DAsync\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5282 | let hipMemGetInfo = __library.get(b"hipMemGetInfo\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5283 | let hipMemPtrGetInfo = __library.get(b"hipMemPtrGetInfo\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5284 | let hipMallocArray = __library.get(b"hipMallocArray\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5285 | let hipArrayCreate = __library.get(b"hipArrayCreate\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5286 | let hipArrayDestroy = __library.get(b"hipArrayDestroy\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5287 | let hipArray3DCreate = __library.get(b"hipArray3DCreate\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5288 | let hipMalloc3D = __library.get(b"hipMalloc3D\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5289 | let hipFreeArray = __library.get(b"hipFreeArray\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5290 | let hipFreeMipmappedArray = __library.get(b"hipFreeMipmappedArray\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5291 | let hipMalloc3DArray = __library.get(b"hipMalloc3DArray\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5292 | let hipMallocMipmappedArray = __library.get(b"hipMallocMipmappedArray\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5293 | let hipGetMipmappedArrayLevel = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5296 | let hipMemcpy2D = __library.get(b"hipMemcpy2D\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5297 | let hipMemcpyParam2D = __library.get(b"hipMemcpyParam2D\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5298 | let hipMemcpyParam2DAsync = __library.get(b"hipMemcpyParam2DAsync\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5299 | let hipMemcpy2DAsync = __library.get(b"hipMemcpy2DAsync\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5300 | let hipMemcpy2DToArray = __library.get(b"hipMemcpy2DToArray\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5301 | let hipMemcpy2DToArrayAsync = __library.get(b"hipMemcpy2DToArrayAsync\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5302 | let hipMemcpyToArray = __library.get(b"hipMemcpyToArray\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5303 | let hipMemcpyFromArray = __library.get(b"hipMemcpyFromArray\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5304 | let hipMemcpy2DFromArray = __library.get(b"hipMemcpy2DFromArray\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5305 | let hipMemcpy2DFromArrayAsync = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5308 | let hipMemcpyAtoH = __library.get(b"hipMemcpyAtoH\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5309 | let hipMemcpyHtoA = __library.get(b"hipMemcpyHtoA\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5310 | let hipMemcpy3D = __library.get(b"hipMemcpy3D\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5311 | let hipMemcpy3DAsync = __library.get(b"hipMemcpy3DAsync\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5312 | let hipDrvMemcpy3D = __library.get(b"hipDrvMemcpy3D\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5313 | let hipDrvMemcpy3DAsync = __library.get(b"hipDrvMemcpy3DAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5314 | let hipDeviceCanAccessPeer = __library.get(b"hipDeviceCanAccessPeer\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5315 | let hipDeviceEnablePeerAccess = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5318 | let hipDeviceDisablePeerAccess = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5321 | let hipMemGetAddressRange = __library.get(b"hipMemGetAddressRange\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5322 | let hipMemcpyPeer = __library.get(b"hipMemcpyPeer\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5323 | let hipMemcpyPeerAsync = __library.get(b"hipMemcpyPeerAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5324 | let hipCtxCreate = __library.get(b"hipCtxCreate\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5325 | let hipCtxDestroy = __library.get(b"hipCtxDestroy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5326 | let hipCtxPopCurrent = __library.get(b"hipCtxPopCurrent\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5327 | let hipCtxPushCurrent = __library.get(b"hipCtxPushCurrent\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5328 | let hipCtxSetCurrent = __library.get(b"hipCtxSetCurrent\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5329 | let hipCtxGetCurrent = __library.get(b"hipCtxGetCurrent\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5330 | let hipCtxGetDevice = __library.get(b"hipCtxGetDevice\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5331 | let hipCtxGetApiVersion = __library.get(b"hipCtxGetApiVersion\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5332 | let hipCtxGetCacheConfig = __library.get(b"hipCtxGetCacheConfig\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5333 | let hipCtxSetCacheConfig = __library.get(b"hipCtxSetCacheConfig\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5334 | let hipCtxSetSharedMemConfig = __library.get(b"hipCtxSetSharedMemConfig\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5335 | let hipCtxGetSharedMemConfig = __library.get(b"hipCtxGetSharedMemConfig\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5336 | let hipCtxSynchronize = __library.get(b"hipCtxSynchronize\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5337 | let hipCtxGetFlags = __library.get(b"hipCtxGetFlags\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5338 | let hipCtxEnablePeerAccess = __library.get(b"hipCtxEnablePeerAccess\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5339 | let hipCtxDisablePeerAccess = __library.get(b"hipCtxDisablePeerAccess\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5340 | let hipDevicePrimaryCtxGetState = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5343 | let hipDevicePrimaryCtxRelease = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5346 | let hipDevicePrimaryCtxRetain = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5349 | let hipDevicePrimaryCtxReset = __library.get(b"hipDevicePrimaryCtxReset\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5350 | let hipDevicePrimaryCtxSetFlags = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5353 | let hipModuleLoad = __library.get(b"hipModuleLoad\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5354 | let hipModuleUnload = __library.get(b"hipModuleUnload\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5355 | let hipModuleGetFunction = __library.get(b"hipModuleGetFunction\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5356 | let hipFuncGetAttributes = __library.get(b"hipFuncGetAttributes\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5357 | let hipFuncGetAttribute = __library.get(b"hipFuncGetAttribute\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5358 | let hipModuleGetTexRef = __library.get(b"hipModuleGetTexRef\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5359 | let hipModuleLoadData = __library.get(b"hipModuleLoadData\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5360 | let hipModuleLoadDataEx = __library.get(b"hipModuleLoadDataEx\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5361 | let hipModuleLaunchKernel = __library.get(b"hipModuleLaunchKernel\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5362 | let hipLaunchCooperativeKernel = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5365 | let hipLaunchCooperativeKernelMultiDevice = __library [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5368 | let hipExtLaunchMultiKernelMultiDevice = __library [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5371 | let hipModuleOccupancyMaxPotentialBlockSize = __library [INFO] [stdout] | --------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5374 | let hipModuleOccupancyMaxPotentialBlockSizeWithFlags = __library [INFO] [stdout] | ------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5377 | let hipModuleOccupancyMaxActiveBlocksPerMultiprocessor = __library [INFO] [stdout] | -------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5380 | let hipModuleOccupancyMaxActiveBlocksPerMultiprocessorWithFlags = __library [INFO] [stdout] | ----------------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5383 | let hipOccupancyMaxActiveBlocksPerMultiprocessor = __library [INFO] [stdout] | -------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5386 | let hipOccupancyMaxActiveBlocksPerMultiprocessorWithFlags = __library [INFO] [stdout] | ----------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5389 | let hipOccupancyMaxPotentialBlockSize = __library [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5392 | let hipProfilerStart = __library.get(b"hipProfilerStart\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5393 | let hipProfilerStop = __library.get(b"hipProfilerStop\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5394 | let hipConfigureCall = __library.get(b"hipConfigureCall\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5395 | let hipSetupArgument = __library.get(b"hipSetupArgument\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5396 | let hipLaunchByPtr = __library.get(b"hipLaunchByPtr\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5397 | let hipLaunchKernel = __library.get(b"hipLaunchKernel\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5398 | let hipLaunchHostFunc = __library.get(b"hipLaunchHostFunc\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5399 | let hipDrvMemcpy2DUnaligned = __library.get(b"hipDrvMemcpy2DUnaligned\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5400 | let hipExtLaunchKernel = __library.get(b"hipExtLaunchKernel\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5401 | let hipBindTextureToMipmappedArray = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5404 | let hipCreateTextureObject = __library.get(b"hipCreateTextureObject\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5405 | let hipDestroyTextureObject = __library.get(b"hipDestroyTextureObject\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5406 | let hipGetChannelDesc = __library.get(b"hipGetChannelDesc\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5407 | let hipGetTextureObjectResourceDesc = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5410 | let hipGetTextureObjectResourceViewDesc = __library [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5413 | let hipGetTextureObjectTextureDesc = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5416 | let hipTexObjectCreate = __library.get(b"hipTexObjectCreate\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5417 | let hipTexObjectDestroy = __library.get(b"hipTexObjectDestroy\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5418 | let hipTexObjectGetResourceDesc = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5421 | let hipTexObjectGetResourceViewDesc = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5424 | let hipTexObjectGetTextureDesc = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5427 | let hipGetTextureReference = __library.get(b"hipGetTextureReference\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5428 | let hipTexRefSetAddressMode = __library.get(b"hipTexRefSetAddressMode\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5429 | let hipTexRefSetArray = __library.get(b"hipTexRefSetArray\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5430 | let hipTexRefSetFilterMode = __library.get(b"hipTexRefSetFilterMode\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5431 | let hipTexRefSetFlags = __library.get(b"hipTexRefSetFlags\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5432 | let hipTexRefSetFormat = __library.get(b"hipTexRefSetFormat\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5433 | let hipBindTexture = __library.get(b"hipBindTexture\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5434 | let hipBindTexture2D = __library.get(b"hipBindTexture2D\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5435 | let hipBindTextureToArray = __library.get(b"hipBindTextureToArray\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5436 | let hipGetTextureAlignmentOffset = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5439 | let hipUnbindTexture = __library.get(b"hipUnbindTexture\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5440 | let hipTexRefGetAddress = __library.get(b"hipTexRefGetAddress\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5441 | let hipTexRefGetAddressMode = __library.get(b"hipTexRefGetAddressMode\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5442 | let hipTexRefGetFilterMode = __library.get(b"hipTexRefGetFilterMode\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5443 | let hipTexRefGetFlags = __library.get(b"hipTexRefGetFlags\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5444 | let hipTexRefGetFormat = __library.get(b"hipTexRefGetFormat\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5445 | let hipTexRefGetMaxAnisotropy = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5448 | let hipTexRefGetMipmapFilterMode = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5451 | let hipTexRefGetMipmapLevelBias = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5454 | let hipTexRefGetMipmapLevelClamp = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5457 | let hipTexRefGetMipMappedArray = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5460 | let hipTexRefSetAddress = __library.get(b"hipTexRefSetAddress\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5461 | let hipTexRefSetAddress2D = __library.get(b"hipTexRefSetAddress2D\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5462 | let hipTexRefSetMaxAnisotropy = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5465 | let hipTexRefSetBorderColor = __library.get(b"hipTexRefSetBorderColor\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5466 | let hipTexRefSetMipmapFilterMode = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5469 | let hipTexRefSetMipmapLevelBias = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5472 | let hipTexRefSetMipmapLevelClamp = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5475 | let hipTexRefSetMipmappedArray = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5478 | let hipMipmappedArrayCreate = __library.get(b"hipMipmappedArrayCreate\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5479 | let hipMipmappedArrayDestroy = __library.get(b"hipMipmappedArrayDestroy\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5480 | let hipMipmappedArrayGetLevel = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5483 | let hipApiName = __library.get(b"hipApiName\0").map(|sym| *sym); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5484 | let hipKernelNameRef = __library.get(b"hipKernelNameRef\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5485 | let hipKernelNameRefByPtr = __library.get(b"hipKernelNameRefByPtr\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5486 | let hipGetStreamDeviceId = __library.get(b"hipGetStreamDeviceId\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5487 | let hipStreamBeginCapture = __library.get(b"hipStreamBeginCapture\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5488 | let hipStreamEndCapture = __library.get(b"hipStreamEndCapture\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5489 | let hipStreamGetCaptureInfo = __library.get(b"hipStreamGetCaptureInfo\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5490 | let hipStreamGetCaptureInfo_v2 = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5493 | let hipStreamIsCapturing = __library.get(b"hipStreamIsCapturing\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5494 | let hipStreamUpdateCaptureDependencies = __library [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5497 | let hipThreadExchangeStreamCaptureMode = __library [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5500 | let hipGraphCreate = __library.get(b"hipGraphCreate\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5501 | let hipGraphDestroy = __library.get(b"hipGraphDestroy\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5502 | let hipGraphAddDependencies = __library.get(b"hipGraphAddDependencies\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5503 | let hipGraphRemoveDependencies = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5506 | let hipGraphGetEdges = __library.get(b"hipGraphGetEdges\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5507 | let hipGraphGetNodes = __library.get(b"hipGraphGetNodes\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5508 | let hipGraphGetRootNodes = __library.get(b"hipGraphGetRootNodes\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5509 | let hipGraphNodeGetDependencies = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5512 | let hipGraphNodeGetDependentNodes = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5515 | let hipGraphNodeGetType = __library.get(b"hipGraphNodeGetType\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5516 | let hipGraphDestroyNode = __library.get(b"hipGraphDestroyNode\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5517 | let hipGraphClone = __library.get(b"hipGraphClone\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5518 | let hipGraphNodeFindInClone = __library.get(b"hipGraphNodeFindInClone\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5519 | let hipGraphInstantiate = __library.get(b"hipGraphInstantiate\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5520 | let hipGraphInstantiateWithFlags = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5523 | let hipGraphLaunch = __library.get(b"hipGraphLaunch\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5524 | let hipGraphUpload = __library.get(b"hipGraphUpload\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5525 | let hipGraphExecDestroy = __library.get(b"hipGraphExecDestroy\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5526 | let hipGraphExecUpdate = __library.get(b"hipGraphExecUpdate\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5527 | let hipGraphAddKernelNode = __library.get(b"hipGraphAddKernelNode\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5528 | let hipGraphKernelNodeGetParams = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5531 | let hipGraphKernelNodeSetParams = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5534 | let hipGraphExecKernelNodeSetParams = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5537 | let hipGraphAddMemcpyNode = __library.get(b"hipGraphAddMemcpyNode\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5538 | let hipGraphMemcpyNodeGetParams = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5541 | let hipGraphMemcpyNodeSetParams = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5544 | let hipGraphKernelNodeSetAttribute = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5547 | let hipGraphKernelNodeGetAttribute = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5550 | let hipGraphExecMemcpyNodeSetParams = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5553 | let hipGraphAddMemcpyNode1D = __library.get(b"hipGraphAddMemcpyNode1D\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5554 | let hipGraphMemcpyNodeSetParams1D = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5557 | let hipGraphExecMemcpyNodeSetParams1D = __library [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5560 | let hipGraphAddMemcpyNodeFromSymbol = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5563 | let hipGraphMemcpyNodeSetParamsFromSymbol = __library [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5566 | let hipGraphExecMemcpyNodeSetParamsFromSymbol = __library [INFO] [stdout] | ----------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5569 | let hipGraphAddMemcpyNodeToSymbol = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5572 | let hipGraphMemcpyNodeSetParamsToSymbol = __library [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5575 | let hipGraphExecMemcpyNodeSetParamsToSymbol = __library [INFO] [stdout] | --------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5578 | let hipGraphAddMemsetNode = __library.get(b"hipGraphAddMemsetNode\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5579 | let hipGraphMemsetNodeGetParams = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5582 | let hipGraphMemsetNodeSetParams = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5585 | let hipGraphExecMemsetNodeSetParams = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5588 | let hipGraphAddHostNode = __library.get(b"hipGraphAddHostNode\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5589 | let hipGraphHostNodeGetParams = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5592 | let hipGraphHostNodeSetParams = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5595 | let hipGraphExecHostNodeSetParams = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5598 | let hipGraphAddChildGraphNode = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5601 | let hipGraphChildGraphNodeGetGraph = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5604 | let hipGraphExecChildGraphNodeSetParams = __library [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5607 | let hipGraphAddEmptyNode = __library.get(b"hipGraphAddEmptyNode\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5608 | let hipGraphAddEventRecordNode = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5611 | let hipGraphEventRecordNodeGetEvent = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5614 | let hipGraphEventRecordNodeSetEvent = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5617 | let hipGraphExecEventRecordNodeSetEvent = __library [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5620 | let hipGraphAddEventWaitNode = __library.get(b"hipGraphAddEventWaitNode\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5621 | let hipGraphEventWaitNodeGetEvent = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5624 | let hipGraphEventWaitNodeSetEvent = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5627 | let hipGraphExecEventWaitNodeSetEvent = __library [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5630 | let hipDeviceGetGraphMemAttribute = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5633 | let hipDeviceSetGraphMemAttribute = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5636 | let hipDeviceGraphMemTrim = __library.get(b"hipDeviceGraphMemTrim\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5637 | let hipUserObjectCreate = __library.get(b"hipUserObjectCreate\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5638 | let hipUserObjectRelease = __library.get(b"hipUserObjectRelease\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5639 | let hipUserObjectRetain = __library.get(b"hipUserObjectRetain\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5640 | let hipGraphRetainUserObject = __library.get(b"hipGraphRetainUserObject\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5641 | let hipGraphReleaseUserObject = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5644 | let hipMemAddressFree = __library.get(b"hipMemAddressFree\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5645 | let hipMemAddressReserve = __library.get(b"hipMemAddressReserve\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5646 | let hipMemCreate = __library.get(b"hipMemCreate\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5647 | let hipMemExportToShareableHandle = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5650 | let hipMemGetAccess = __library.get(b"hipMemGetAccess\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5651 | let hipMemGetAllocationGranularity = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5654 | let hipMemGetAllocationPropertiesFromHandle = __library [INFO] [stdout] | --------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5657 | let hipMemImportFromShareableHandle = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5660 | let hipMemMap = __library.get(b"hipMemMap\0").map(|sym| *sym); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5661 | let hipMemMapArrayAsync = __library.get(b"hipMemMapArrayAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5662 | let hipMemRelease = __library.get(b"hipMemRelease\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5663 | let hipMemRetainAllocationHandle = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5666 | let hipMemSetAccess = __library.get(b"hipMemSetAccess\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5667 | let hipMemUnmap = __library.get(b"hipMemUnmap\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5668 | let hipGLGetDevices = __library.get(b"hipGLGetDevices\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5669 | let hipGraphicsGLRegisterBuffer = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5672 | let hipGraphicsGLRegisterImage = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5675 | let hipGraphicsMapResources = __library.get(b"hipGraphicsMapResources\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5676 | let hipGraphicsSubResourceGetMappedArray = __library [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5679 | let hipGraphicsResourceGetMappedPointer = __library [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5682 | let hipGraphicsUnmapResources = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5685 | let hipGraphicsUnregisterResource = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5688 | let hipMemcpy_spt = __library.get(b"hipMemcpy_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5689 | let hipMemcpyToSymbol_spt = __library.get(b"hipMemcpyToSymbol_spt\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5690 | let hipMemcpyFromSymbol_spt = __library.get(b"hipMemcpyFromSymbol_spt\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5691 | let hipMemcpy2D_spt = __library.get(b"hipMemcpy2D_spt\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5692 | let hipMemcpy2DFromArray_spt = __library.get(b"hipMemcpy2DFromArray_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5693 | let hipMemcpy3D_spt = __library.get(b"hipMemcpy3D_spt\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5694 | let hipMemset_spt = __library.get(b"hipMemset_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5695 | let hipMemsetAsync_spt = __library.get(b"hipMemsetAsync_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5696 | let hipMemset2D_spt = __library.get(b"hipMemset2D_spt\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5697 | let hipMemset2DAsync_spt = __library.get(b"hipMemset2DAsync_spt\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5698 | let hipMemset3DAsync_spt = __library.get(b"hipMemset3DAsync_spt\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5699 | let hipMemset3D_spt = __library.get(b"hipMemset3D_spt\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5700 | let hipMemcpyAsync_spt = __library.get(b"hipMemcpyAsync_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5701 | let hipMemcpy3DAsync_spt = __library.get(b"hipMemcpy3DAsync_spt\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5702 | let hipMemcpy2DAsync_spt = __library.get(b"hipMemcpy2DAsync_spt\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5703 | let hipMemcpyFromSymbolAsync_spt = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5706 | let hipMemcpyToSymbolAsync_spt = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5709 | let hipMemcpyFromArray_spt = __library.get(b"hipMemcpyFromArray_spt\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5710 | let hipMemcpy2DToArray_spt = __library.get(b"hipMemcpy2DToArray_spt\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5711 | let hipMemcpy2DFromArrayAsync_spt = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5714 | let hipMemcpy2DToArrayAsync_spt = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5717 | let hipStreamQuery_spt = __library.get(b"hipStreamQuery_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5718 | let hipStreamSynchronize_spt = __library.get(b"hipStreamSynchronize_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5719 | let hipStreamGetPriority_spt = __library.get(b"hipStreamGetPriority_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5720 | let hipStreamWaitEvent_spt = __library.get(b"hipStreamWaitEvent_spt\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5721 | let hipStreamGetFlags_spt = __library.get(b"hipStreamGetFlags_spt\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5722 | let hipStreamAddCallback_spt = __library.get(b"hipStreamAddCallback_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5723 | let hipEventRecord_spt = __library.get(b"hipEventRecord_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5724 | let hipLaunchCooperativeKernel_spt = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5727 | let hipLaunchKernel_spt = __library.get(b"hipLaunchKernel_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5728 | let hipGraphLaunch_spt = __library.get(b"hipGraphLaunch_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5729 | let hipStreamBeginCapture_spt = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5732 | let hipStreamEndCapture_spt = __library.get(b"hipStreamEndCapture_spt\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5733 | let hipStreamIsCapturing_spt = __library.get(b"hipStreamIsCapturing_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5734 | let hipStreamGetCaptureInfo_spt = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5737 | let hipStreamGetCaptureInfo_v2_spt = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5740 | let hipLaunchHostFunc_spt = __library.get(b"hipLaunchHostFunc_spt\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5741 | Ok(hip { [INFO] [stdout] | ____________^ [INFO] [stdout] 5742 | | __library, [INFO] [stdout] 5743 | | hipCreateChannelDesc, [INFO] [stdout] 5744 | | hipInit, [INFO] [stdout] ... | [INFO] [stdout] 6148 | | hipLaunchHostFunc_spt, [INFO] [stdout] 6149 | | }) [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_hip_sys` (lib test) 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:5741:12 [INFO] [stdout] | [INFO] [stdout] 5100 | 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] 5104 | let __library = library.into(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5105 | let hipCreateChannelDesc = __library.get(b"hipCreateChannelDesc\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5106 | let hipInit = __library.get(b"hipInit\0").map(|sym| *sym); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5107 | let hipDriverGetVersion = __library.get(b"hipDriverGetVersion\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5108 | let hipRuntimeGetVersion = __library.get(b"hipRuntimeGetVersion\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5109 | let hipDeviceGet = __library.get(b"hipDeviceGet\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5110 | let hipDeviceComputeCapability = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5113 | let hipDeviceGetName = __library.get(b"hipDeviceGetName\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5114 | let hipDeviceGetUuid = __library.get(b"hipDeviceGetUuid\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5115 | let hipDeviceGetP2PAttribute = __library.get(b"hipDeviceGetP2PAttribute\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5116 | let hipDeviceGetPCIBusId = __library.get(b"hipDeviceGetPCIBusId\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5117 | let hipDeviceGetByPCIBusId = __library.get(b"hipDeviceGetByPCIBusId\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5118 | let hipDeviceTotalMem = __library.get(b"hipDeviceTotalMem\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5119 | let hipDeviceSynchronize = __library.get(b"hipDeviceSynchronize\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5120 | let hipDeviceReset = __library.get(b"hipDeviceReset\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5121 | let hipSetDevice = __library.get(b"hipSetDevice\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5122 | let hipGetDevice = __library.get(b"hipGetDevice\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5123 | let hipGetDeviceCount = __library.get(b"hipGetDeviceCount\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5124 | let hipDeviceGetAttribute = __library.get(b"hipDeviceGetAttribute\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5125 | let hipDeviceGetDefaultMemPool = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5128 | let hipDeviceSetMemPool = __library.get(b"hipDeviceSetMemPool\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5129 | let hipDeviceGetMemPool = __library.get(b"hipDeviceGetMemPool\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5130 | let hipGetDeviceProperties = __library.get(b"hipGetDeviceProperties\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5131 | let hipDeviceSetCacheConfig = __library.get(b"hipDeviceSetCacheConfig\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5132 | let hipDeviceGetCacheConfig = __library.get(b"hipDeviceGetCacheConfig\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5133 | let hipDeviceGetLimit = __library.get(b"hipDeviceGetLimit\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5134 | let hipDeviceSetLimit = __library.get(b"hipDeviceSetLimit\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5135 | let hipDeviceGetSharedMemConfig = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5138 | let hipGetDeviceFlags = __library.get(b"hipGetDeviceFlags\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5139 | let hipDeviceSetSharedMemConfig = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5142 | let hipSetDeviceFlags = __library.get(b"hipSetDeviceFlags\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5143 | let hipChooseDevice = __library.get(b"hipChooseDevice\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5144 | let hipExtGetLinkTypeAndHopCount = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5147 | let hipIpcGetMemHandle = __library.get(b"hipIpcGetMemHandle\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5148 | let hipIpcOpenMemHandle = __library.get(b"hipIpcOpenMemHandle\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5149 | let hipIpcCloseMemHandle = __library.get(b"hipIpcCloseMemHandle\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5150 | let hipIpcGetEventHandle = __library.get(b"hipIpcGetEventHandle\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5151 | let hipIpcOpenEventHandle = __library.get(b"hipIpcOpenEventHandle\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5152 | let hipFuncSetAttribute = __library.get(b"hipFuncSetAttribute\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5153 | let hipFuncSetCacheConfig = __library.get(b"hipFuncSetCacheConfig\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5154 | let hipFuncSetSharedMemConfig = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5157 | let hipGetLastError = __library.get(b"hipGetLastError\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5158 | let hipPeekAtLastError = __library.get(b"hipPeekAtLastError\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5159 | let hipGetErrorName = __library.get(b"hipGetErrorName\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5160 | let hipGetErrorString = __library.get(b"hipGetErrorString\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5161 | let hipDrvGetErrorName = __library.get(b"hipDrvGetErrorName\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5162 | let hipDrvGetErrorString = __library.get(b"hipDrvGetErrorString\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5163 | let hipStreamCreate = __library.get(b"hipStreamCreate\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5164 | let hipStreamCreateWithFlags = __library.get(b"hipStreamCreateWithFlags\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5165 | let hipStreamCreateWithPriority = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5168 | let hipDeviceGetStreamPriorityRange = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5171 | let hipStreamDestroy = __library.get(b"hipStreamDestroy\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5172 | let hipStreamQuery = __library.get(b"hipStreamQuery\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5173 | let hipStreamSynchronize = __library.get(b"hipStreamSynchronize\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5174 | let hipStreamWaitEvent = __library.get(b"hipStreamWaitEvent\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5175 | let hipStreamGetFlags = __library.get(b"hipStreamGetFlags\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5176 | let hipStreamGetPriority = __library.get(b"hipStreamGetPriority\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5177 | let hipExtStreamCreateWithCUMask = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5180 | let hipExtStreamGetCUMask = __library.get(b"hipExtStreamGetCUMask\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5181 | let hipStreamAddCallback = __library.get(b"hipStreamAddCallback\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5182 | let hipStreamWaitValue32 = __library.get(b"hipStreamWaitValue32\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5183 | let hipStreamWaitValue64 = __library.get(b"hipStreamWaitValue64\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5184 | let hipStreamWriteValue32 = __library.get(b"hipStreamWriteValue32\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5185 | let hipStreamWriteValue64 = __library.get(b"hipStreamWriteValue64\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5186 | let hipEventCreateWithFlags = __library.get(b"hipEventCreateWithFlags\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5187 | let hipEventCreate = __library.get(b"hipEventCreate\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5188 | let hipEventRecord = __library.get(b"hipEventRecord\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5189 | let hipEventDestroy = __library.get(b"hipEventDestroy\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5190 | let hipEventSynchronize = __library.get(b"hipEventSynchronize\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5191 | let hipEventElapsedTime = __library.get(b"hipEventElapsedTime\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5192 | let hipEventQuery = __library.get(b"hipEventQuery\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5193 | let hipPointerGetAttributes = __library.get(b"hipPointerGetAttributes\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5194 | let hipPointerGetAttribute = __library.get(b"hipPointerGetAttribute\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5195 | let hipDrvPointerGetAttributes = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5198 | let hipImportExternalSemaphore = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5201 | let hipSignalExternalSemaphoresAsync = __library [INFO] [stdout] | -------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5204 | let hipWaitExternalSemaphoresAsync = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5207 | let hipDestroyExternalSemaphore = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5210 | let hipImportExternalMemory = __library.get(b"hipImportExternalMemory\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5211 | let hipExternalMemoryGetMappedBuffer = __library [INFO] [stdout] | -------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5214 | let hipDestroyExternalMemory = __library.get(b"hipDestroyExternalMemory\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5215 | let hipMalloc = __library.get(b"hipMalloc\0").map(|sym| *sym); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5216 | let hipExtMallocWithFlags = __library.get(b"hipExtMallocWithFlags\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5217 | let hipMallocHost = __library.get(b"hipMallocHost\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5218 | let hipMemAllocHost = __library.get(b"hipMemAllocHost\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5219 | let hipHostMalloc = __library.get(b"hipHostMalloc\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5220 | let hipMallocManaged = __library.get(b"hipMallocManaged\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5221 | let hipMemPrefetchAsync = __library.get(b"hipMemPrefetchAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5222 | let hipMemAdvise = __library.get(b"hipMemAdvise\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5223 | let hipMemRangeGetAttribute = __library.get(b"hipMemRangeGetAttribute\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5224 | let hipMemRangeGetAttributes = __library.get(b"hipMemRangeGetAttributes\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5225 | let hipStreamAttachMemAsync = __library.get(b"hipStreamAttachMemAsync\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5226 | let hipMallocAsync = __library.get(b"hipMallocAsync\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5227 | let hipFreeAsync = __library.get(b"hipFreeAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5228 | let hipMemPoolTrimTo = __library.get(b"hipMemPoolTrimTo\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5229 | let hipMemPoolSetAttribute = __library.get(b"hipMemPoolSetAttribute\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5230 | let hipMemPoolGetAttribute = __library.get(b"hipMemPoolGetAttribute\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5231 | let hipMemPoolSetAccess = __library.get(b"hipMemPoolSetAccess\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5232 | let hipMemPoolGetAccess = __library.get(b"hipMemPoolGetAccess\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5233 | let hipMemPoolCreate = __library.get(b"hipMemPoolCreate\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5234 | let hipMemPoolDestroy = __library.get(b"hipMemPoolDestroy\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5235 | let hipMallocFromPoolAsync = __library.get(b"hipMallocFromPoolAsync\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5236 | let hipMemPoolExportToShareableHandle = __library [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5239 | let hipMemPoolImportFromShareableHandle = __library [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5242 | let hipMemPoolExportPointer = __library.get(b"hipMemPoolExportPointer\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5243 | let hipMemPoolImportPointer = __library.get(b"hipMemPoolImportPointer\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5244 | let hipHostAlloc = __library.get(b"hipHostAlloc\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5245 | let hipHostGetDevicePointer = __library.get(b"hipHostGetDevicePointer\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5246 | let hipHostGetFlags = __library.get(b"hipHostGetFlags\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5247 | let hipHostRegister = __library.get(b"hipHostRegister\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5248 | let hipHostUnregister = __library.get(b"hipHostUnregister\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5249 | let hipMallocPitch = __library.get(b"hipMallocPitch\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5250 | let hipMemAllocPitch = __library.get(b"hipMemAllocPitch\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5251 | let hipFree = __library.get(b"hipFree\0").map(|sym| *sym); [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5252 | let hipFreeHost = __library.get(b"hipFreeHost\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5253 | let hipHostFree = __library.get(b"hipHostFree\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5254 | let hipMemcpy = __library.get(b"hipMemcpy\0").map(|sym| *sym); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5255 | let hipMemcpyWithStream = __library.get(b"hipMemcpyWithStream\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5256 | let hipMemcpyHtoD = __library.get(b"hipMemcpyHtoD\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5257 | let hipMemcpyDtoH = __library.get(b"hipMemcpyDtoH\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5258 | let hipMemcpyDtoD = __library.get(b"hipMemcpyDtoD\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5259 | let hipMemcpyHtoDAsync = __library.get(b"hipMemcpyHtoDAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5260 | let hipMemcpyDtoHAsync = __library.get(b"hipMemcpyDtoHAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5261 | let hipMemcpyDtoDAsync = __library.get(b"hipMemcpyDtoDAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5262 | let hipModuleGetGlobal = __library.get(b"hipModuleGetGlobal\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5263 | let hipGetSymbolAddress = __library.get(b"hipGetSymbolAddress\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5264 | let hipGetSymbolSize = __library.get(b"hipGetSymbolSize\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5265 | let hipMemcpyToSymbol = __library.get(b"hipMemcpyToSymbol\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5266 | let hipMemcpyToSymbolAsync = __library.get(b"hipMemcpyToSymbolAsync\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5267 | let hipMemcpyFromSymbol = __library.get(b"hipMemcpyFromSymbol\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5268 | let hipMemcpyFromSymbolAsync = __library.get(b"hipMemcpyFromSymbolAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5269 | let hipMemcpyAsync = __library.get(b"hipMemcpyAsync\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5270 | let hipMemset = __library.get(b"hipMemset\0").map(|sym| *sym); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5271 | let hipMemsetD8 = __library.get(b"hipMemsetD8\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5272 | let hipMemsetD8Async = __library.get(b"hipMemsetD8Async\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5273 | let hipMemsetD16 = __library.get(b"hipMemsetD16\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5274 | let hipMemsetD16Async = __library.get(b"hipMemsetD16Async\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5275 | let hipMemsetD32 = __library.get(b"hipMemsetD32\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5276 | let hipMemsetAsync = __library.get(b"hipMemsetAsync\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5277 | let hipMemsetD32Async = __library.get(b"hipMemsetD32Async\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5278 | let hipMemset2D = __library.get(b"hipMemset2D\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5279 | let hipMemset2DAsync = __library.get(b"hipMemset2DAsync\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5280 | let hipMemset3D = __library.get(b"hipMemset3D\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5281 | let hipMemset3DAsync = __library.get(b"hipMemset3DAsync\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5282 | let hipMemGetInfo = __library.get(b"hipMemGetInfo\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5283 | let hipMemPtrGetInfo = __library.get(b"hipMemPtrGetInfo\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5284 | let hipMallocArray = __library.get(b"hipMallocArray\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5285 | let hipArrayCreate = __library.get(b"hipArrayCreate\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5286 | let hipArrayDestroy = __library.get(b"hipArrayDestroy\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5287 | let hipArray3DCreate = __library.get(b"hipArray3DCreate\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5288 | let hipMalloc3D = __library.get(b"hipMalloc3D\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5289 | let hipFreeArray = __library.get(b"hipFreeArray\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5290 | let hipFreeMipmappedArray = __library.get(b"hipFreeMipmappedArray\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5291 | let hipMalloc3DArray = __library.get(b"hipMalloc3DArray\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5292 | let hipMallocMipmappedArray = __library.get(b"hipMallocMipmappedArray\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5293 | let hipGetMipmappedArrayLevel = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5296 | let hipMemcpy2D = __library.get(b"hipMemcpy2D\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5297 | let hipMemcpyParam2D = __library.get(b"hipMemcpyParam2D\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5298 | let hipMemcpyParam2DAsync = __library.get(b"hipMemcpyParam2DAsync\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5299 | let hipMemcpy2DAsync = __library.get(b"hipMemcpy2DAsync\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5300 | let hipMemcpy2DToArray = __library.get(b"hipMemcpy2DToArray\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5301 | let hipMemcpy2DToArrayAsync = __library.get(b"hipMemcpy2DToArrayAsync\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5302 | let hipMemcpyToArray = __library.get(b"hipMemcpyToArray\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5303 | let hipMemcpyFromArray = __library.get(b"hipMemcpyFromArray\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5304 | let hipMemcpy2DFromArray = __library.get(b"hipMemcpy2DFromArray\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5305 | let hipMemcpy2DFromArrayAsync = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5308 | let hipMemcpyAtoH = __library.get(b"hipMemcpyAtoH\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5309 | let hipMemcpyHtoA = __library.get(b"hipMemcpyHtoA\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5310 | let hipMemcpy3D = __library.get(b"hipMemcpy3D\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5311 | let hipMemcpy3DAsync = __library.get(b"hipMemcpy3DAsync\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5312 | let hipDrvMemcpy3D = __library.get(b"hipDrvMemcpy3D\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5313 | let hipDrvMemcpy3DAsync = __library.get(b"hipDrvMemcpy3DAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5314 | let hipDeviceCanAccessPeer = __library.get(b"hipDeviceCanAccessPeer\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5315 | let hipDeviceEnablePeerAccess = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5318 | let hipDeviceDisablePeerAccess = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5321 | let hipMemGetAddressRange = __library.get(b"hipMemGetAddressRange\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5322 | let hipMemcpyPeer = __library.get(b"hipMemcpyPeer\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5323 | let hipMemcpyPeerAsync = __library.get(b"hipMemcpyPeerAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5324 | let hipCtxCreate = __library.get(b"hipCtxCreate\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5325 | let hipCtxDestroy = __library.get(b"hipCtxDestroy\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5326 | let hipCtxPopCurrent = __library.get(b"hipCtxPopCurrent\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5327 | let hipCtxPushCurrent = __library.get(b"hipCtxPushCurrent\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5328 | let hipCtxSetCurrent = __library.get(b"hipCtxSetCurrent\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5329 | let hipCtxGetCurrent = __library.get(b"hipCtxGetCurrent\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5330 | let hipCtxGetDevice = __library.get(b"hipCtxGetDevice\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5331 | let hipCtxGetApiVersion = __library.get(b"hipCtxGetApiVersion\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5332 | let hipCtxGetCacheConfig = __library.get(b"hipCtxGetCacheConfig\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5333 | let hipCtxSetCacheConfig = __library.get(b"hipCtxSetCacheConfig\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5334 | let hipCtxSetSharedMemConfig = __library.get(b"hipCtxSetSharedMemConfig\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5335 | let hipCtxGetSharedMemConfig = __library.get(b"hipCtxGetSharedMemConfig\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5336 | let hipCtxSynchronize = __library.get(b"hipCtxSynchronize\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5337 | let hipCtxGetFlags = __library.get(b"hipCtxGetFlags\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5338 | let hipCtxEnablePeerAccess = __library.get(b"hipCtxEnablePeerAccess\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5339 | let hipCtxDisablePeerAccess = __library.get(b"hipCtxDisablePeerAccess\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5340 | let hipDevicePrimaryCtxGetState = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5343 | let hipDevicePrimaryCtxRelease = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5346 | let hipDevicePrimaryCtxRetain = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5349 | let hipDevicePrimaryCtxReset = __library.get(b"hipDevicePrimaryCtxReset\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5350 | let hipDevicePrimaryCtxSetFlags = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5353 | let hipModuleLoad = __library.get(b"hipModuleLoad\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5354 | let hipModuleUnload = __library.get(b"hipModuleUnload\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5355 | let hipModuleGetFunction = __library.get(b"hipModuleGetFunction\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5356 | let hipFuncGetAttributes = __library.get(b"hipFuncGetAttributes\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5357 | let hipFuncGetAttribute = __library.get(b"hipFuncGetAttribute\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5358 | let hipModuleGetTexRef = __library.get(b"hipModuleGetTexRef\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5359 | let hipModuleLoadData = __library.get(b"hipModuleLoadData\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5360 | let hipModuleLoadDataEx = __library.get(b"hipModuleLoadDataEx\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5361 | let hipModuleLaunchKernel = __library.get(b"hipModuleLaunchKernel\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5362 | let hipLaunchCooperativeKernel = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5365 | let hipLaunchCooperativeKernelMultiDevice = __library [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5368 | let hipExtLaunchMultiKernelMultiDevice = __library [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5371 | let hipModuleOccupancyMaxPotentialBlockSize = __library [INFO] [stdout] | --------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5374 | let hipModuleOccupancyMaxPotentialBlockSizeWithFlags = __library [INFO] [stdout] | ------------------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5377 | let hipModuleOccupancyMaxActiveBlocksPerMultiprocessor = __library [INFO] [stdout] | -------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5380 | let hipModuleOccupancyMaxActiveBlocksPerMultiprocessorWithFlags = __library [INFO] [stdout] | ----------------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5383 | let hipOccupancyMaxActiveBlocksPerMultiprocessor = __library [INFO] [stdout] | -------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5386 | let hipOccupancyMaxActiveBlocksPerMultiprocessorWithFlags = __library [INFO] [stdout] | ----------------------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5389 | let hipOccupancyMaxPotentialBlockSize = __library [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5392 | let hipProfilerStart = __library.get(b"hipProfilerStart\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5393 | let hipProfilerStop = __library.get(b"hipProfilerStop\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5394 | let hipConfigureCall = __library.get(b"hipConfigureCall\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5395 | let hipSetupArgument = __library.get(b"hipSetupArgument\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5396 | let hipLaunchByPtr = __library.get(b"hipLaunchByPtr\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5397 | let hipLaunchKernel = __library.get(b"hipLaunchKernel\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5398 | let hipLaunchHostFunc = __library.get(b"hipLaunchHostFunc\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5399 | let hipDrvMemcpy2DUnaligned = __library.get(b"hipDrvMemcpy2DUnaligned\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5400 | let hipExtLaunchKernel = __library.get(b"hipExtLaunchKernel\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5401 | let hipBindTextureToMipmappedArray = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5404 | let hipCreateTextureObject = __library.get(b"hipCreateTextureObject\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5405 | let hipDestroyTextureObject = __library.get(b"hipDestroyTextureObject\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5406 | let hipGetChannelDesc = __library.get(b"hipGetChannelDesc\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5407 | let hipGetTextureObjectResourceDesc = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5410 | let hipGetTextureObjectResourceViewDesc = __library [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5413 | let hipGetTextureObjectTextureDesc = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5416 | let hipTexObjectCreate = __library.get(b"hipTexObjectCreate\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5417 | let hipTexObjectDestroy = __library.get(b"hipTexObjectDestroy\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5418 | let hipTexObjectGetResourceDesc = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5421 | let hipTexObjectGetResourceViewDesc = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5424 | let hipTexObjectGetTextureDesc = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5427 | let hipGetTextureReference = __library.get(b"hipGetTextureReference\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5428 | let hipTexRefSetAddressMode = __library.get(b"hipTexRefSetAddressMode\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5429 | let hipTexRefSetArray = __library.get(b"hipTexRefSetArray\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5430 | let hipTexRefSetFilterMode = __library.get(b"hipTexRefSetFilterMode\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5431 | let hipTexRefSetFlags = __library.get(b"hipTexRefSetFlags\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5432 | let hipTexRefSetFormat = __library.get(b"hipTexRefSetFormat\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5433 | let hipBindTexture = __library.get(b"hipBindTexture\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5434 | let hipBindTexture2D = __library.get(b"hipBindTexture2D\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5435 | let hipBindTextureToArray = __library.get(b"hipBindTextureToArray\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5436 | let hipGetTextureAlignmentOffset = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5439 | let hipUnbindTexture = __library.get(b"hipUnbindTexture\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5440 | let hipTexRefGetAddress = __library.get(b"hipTexRefGetAddress\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5441 | let hipTexRefGetAddressMode = __library.get(b"hipTexRefGetAddressMode\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5442 | let hipTexRefGetFilterMode = __library.get(b"hipTexRefGetFilterMode\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5443 | let hipTexRefGetFlags = __library.get(b"hipTexRefGetFlags\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5444 | let hipTexRefGetFormat = __library.get(b"hipTexRefGetFormat\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5445 | let hipTexRefGetMaxAnisotropy = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5448 | let hipTexRefGetMipmapFilterMode = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5451 | let hipTexRefGetMipmapLevelBias = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5454 | let hipTexRefGetMipmapLevelClamp = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5457 | let hipTexRefGetMipMappedArray = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5460 | let hipTexRefSetAddress = __library.get(b"hipTexRefSetAddress\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5461 | let hipTexRefSetAddress2D = __library.get(b"hipTexRefSetAddress2D\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5462 | let hipTexRefSetMaxAnisotropy = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5465 | let hipTexRefSetBorderColor = __library.get(b"hipTexRefSetBorderColor\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5466 | let hipTexRefSetMipmapFilterMode = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5469 | let hipTexRefSetMipmapLevelBias = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5472 | let hipTexRefSetMipmapLevelClamp = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5475 | let hipTexRefSetMipmappedArray = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5478 | let hipMipmappedArrayCreate = __library.get(b"hipMipmappedArrayCreate\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5479 | let hipMipmappedArrayDestroy = __library.get(b"hipMipmappedArrayDestroy\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5480 | let hipMipmappedArrayGetLevel = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5483 | let hipApiName = __library.get(b"hipApiName\0").map(|sym| *sym); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5484 | let hipKernelNameRef = __library.get(b"hipKernelNameRef\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5485 | let hipKernelNameRefByPtr = __library.get(b"hipKernelNameRefByPtr\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5486 | let hipGetStreamDeviceId = __library.get(b"hipGetStreamDeviceId\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5487 | let hipStreamBeginCapture = __library.get(b"hipStreamBeginCapture\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5488 | let hipStreamEndCapture = __library.get(b"hipStreamEndCapture\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5489 | let hipStreamGetCaptureInfo = __library.get(b"hipStreamGetCaptureInfo\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5490 | let hipStreamGetCaptureInfo_v2 = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5493 | let hipStreamIsCapturing = __library.get(b"hipStreamIsCapturing\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5494 | let hipStreamUpdateCaptureDependencies = __library [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5497 | let hipThreadExchangeStreamCaptureMode = __library [INFO] [stdout] | ---------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5500 | let hipGraphCreate = __library.get(b"hipGraphCreate\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5501 | let hipGraphDestroy = __library.get(b"hipGraphDestroy\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5502 | let hipGraphAddDependencies = __library.get(b"hipGraphAddDependencies\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5503 | let hipGraphRemoveDependencies = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5506 | let hipGraphGetEdges = __library.get(b"hipGraphGetEdges\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5507 | let hipGraphGetNodes = __library.get(b"hipGraphGetNodes\0").map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5508 | let hipGraphGetRootNodes = __library.get(b"hipGraphGetRootNodes\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5509 | let hipGraphNodeGetDependencies = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5512 | let hipGraphNodeGetDependentNodes = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5515 | let hipGraphNodeGetType = __library.get(b"hipGraphNodeGetType\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5516 | let hipGraphDestroyNode = __library.get(b"hipGraphDestroyNode\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5517 | let hipGraphClone = __library.get(b"hipGraphClone\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5518 | let hipGraphNodeFindInClone = __library.get(b"hipGraphNodeFindInClone\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5519 | let hipGraphInstantiate = __library.get(b"hipGraphInstantiate\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5520 | let hipGraphInstantiateWithFlags = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5523 | let hipGraphLaunch = __library.get(b"hipGraphLaunch\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5524 | let hipGraphUpload = __library.get(b"hipGraphUpload\0").map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5525 | let hipGraphExecDestroy = __library.get(b"hipGraphExecDestroy\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5526 | let hipGraphExecUpdate = __library.get(b"hipGraphExecUpdate\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5527 | let hipGraphAddKernelNode = __library.get(b"hipGraphAddKernelNode\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5528 | let hipGraphKernelNodeGetParams = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5531 | let hipGraphKernelNodeSetParams = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5534 | let hipGraphExecKernelNodeSetParams = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5537 | let hipGraphAddMemcpyNode = __library.get(b"hipGraphAddMemcpyNode\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5538 | let hipGraphMemcpyNodeGetParams = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5541 | let hipGraphMemcpyNodeSetParams = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5544 | let hipGraphKernelNodeSetAttribute = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5547 | let hipGraphKernelNodeGetAttribute = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5550 | let hipGraphExecMemcpyNodeSetParams = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5553 | let hipGraphAddMemcpyNode1D = __library.get(b"hipGraphAddMemcpyNode1D\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5554 | let hipGraphMemcpyNodeSetParams1D = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5557 | let hipGraphExecMemcpyNodeSetParams1D = __library [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5560 | let hipGraphAddMemcpyNodeFromSymbol = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5563 | let hipGraphMemcpyNodeSetParamsFromSymbol = __library [INFO] [stdout] | ------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5566 | let hipGraphExecMemcpyNodeSetParamsFromSymbol = __library [INFO] [stdout] | ----------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5569 | let hipGraphAddMemcpyNodeToSymbol = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5572 | let hipGraphMemcpyNodeSetParamsToSymbol = __library [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5575 | let hipGraphExecMemcpyNodeSetParamsToSymbol = __library [INFO] [stdout] | --------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5578 | let hipGraphAddMemsetNode = __library.get(b"hipGraphAddMemsetNode\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5579 | let hipGraphMemsetNodeGetParams = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5582 | let hipGraphMemsetNodeSetParams = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5585 | let hipGraphExecMemsetNodeSetParams = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5588 | let hipGraphAddHostNode = __library.get(b"hipGraphAddHostNode\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5589 | let hipGraphHostNodeGetParams = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5592 | let hipGraphHostNodeSetParams = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5595 | let hipGraphExecHostNodeSetParams = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5598 | let hipGraphAddChildGraphNode = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5601 | let hipGraphChildGraphNodeGetGraph = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5604 | let hipGraphExecChildGraphNodeSetParams = __library [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5607 | let hipGraphAddEmptyNode = __library.get(b"hipGraphAddEmptyNode\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5608 | let hipGraphAddEventRecordNode = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5611 | let hipGraphEventRecordNodeGetEvent = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5614 | let hipGraphEventRecordNodeSetEvent = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5617 | let hipGraphExecEventRecordNodeSetEvent = __library [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5620 | let hipGraphAddEventWaitNode = __library.get(b"hipGraphAddEventWaitNode\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5621 | let hipGraphEventWaitNodeGetEvent = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5624 | let hipGraphEventWaitNodeSetEvent = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5627 | let hipGraphExecEventWaitNodeSetEvent = __library [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5630 | let hipDeviceGetGraphMemAttribute = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5633 | let hipDeviceSetGraphMemAttribute = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5636 | let hipDeviceGraphMemTrim = __library.get(b"hipDeviceGraphMemTrim\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5637 | let hipUserObjectCreate = __library.get(b"hipUserObjectCreate\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5638 | let hipUserObjectRelease = __library.get(b"hipUserObjectRelease\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5639 | let hipUserObjectRetain = __library.get(b"hipUserObjectRetain\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5640 | let hipGraphRetainUserObject = __library.get(b"hipGraphRetainUserObject\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5641 | let hipGraphReleaseUserObject = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5644 | let hipMemAddressFree = __library.get(b"hipMemAddressFree\0").map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5645 | let hipMemAddressReserve = __library.get(b"hipMemAddressReserve\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5646 | let hipMemCreate = __library.get(b"hipMemCreate\0").map(|sym| *sym); [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5647 | let hipMemExportToShareableHandle = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5650 | let hipMemGetAccess = __library.get(b"hipMemGetAccess\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5651 | let hipMemGetAllocationGranularity = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5654 | let hipMemGetAllocationPropertiesFromHandle = __library [INFO] [stdout] | --------------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5657 | let hipMemImportFromShareableHandle = __library [INFO] [stdout] | ------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5660 | let hipMemMap = __library.get(b"hipMemMap\0").map(|sym| *sym); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5661 | let hipMemMapArrayAsync = __library.get(b"hipMemMapArrayAsync\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5662 | let hipMemRelease = __library.get(b"hipMemRelease\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5663 | let hipMemRetainAllocationHandle = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5666 | let hipMemSetAccess = __library.get(b"hipMemSetAccess\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5667 | let hipMemUnmap = __library.get(b"hipMemUnmap\0").map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5668 | let hipGLGetDevices = __library.get(b"hipGLGetDevices\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5669 | let hipGraphicsGLRegisterBuffer = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5672 | let hipGraphicsGLRegisterImage = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5675 | let hipGraphicsMapResources = __library.get(b"hipGraphicsMapResources\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5676 | let hipGraphicsSubResourceGetMappedArray = __library [INFO] [stdout] | ------------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5679 | let hipGraphicsResourceGetMappedPointer = __library [INFO] [stdout] | ----------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5682 | let hipGraphicsUnmapResources = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5685 | let hipGraphicsUnregisterResource = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5688 | let hipMemcpy_spt = __library.get(b"hipMemcpy_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5689 | let hipMemcpyToSymbol_spt = __library.get(b"hipMemcpyToSymbol_spt\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5690 | let hipMemcpyFromSymbol_spt = __library.get(b"hipMemcpyFromSymbol_spt\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5691 | let hipMemcpy2D_spt = __library.get(b"hipMemcpy2D_spt\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5692 | let hipMemcpy2DFromArray_spt = __library.get(b"hipMemcpy2DFromArray_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5693 | let hipMemcpy3D_spt = __library.get(b"hipMemcpy3D_spt\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5694 | let hipMemset_spt = __library.get(b"hipMemset_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5695 | let hipMemsetAsync_spt = __library.get(b"hipMemsetAsync_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5696 | let hipMemset2D_spt = __library.get(b"hipMemset2D_spt\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5697 | let hipMemset2DAsync_spt = __library.get(b"hipMemset2DAsync_spt\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5698 | let hipMemset3DAsync_spt = __library.get(b"hipMemset3DAsync_spt\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5699 | let hipMemset3D_spt = __library.get(b"hipMemset3D_spt\0").map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5700 | let hipMemcpyAsync_spt = __library.get(b"hipMemcpyAsync_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5701 | let hipMemcpy3DAsync_spt = __library.get(b"hipMemcpy3DAsync_spt\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5702 | let hipMemcpy2DAsync_spt = __library.get(b"hipMemcpy2DAsync_spt\0").map(|sym| *sym); [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5703 | let hipMemcpyFromSymbolAsync_spt = __library [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5706 | let hipMemcpyToSymbolAsync_spt = __library [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5709 | let hipMemcpyFromArray_spt = __library.get(b"hipMemcpyFromArray_spt\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5710 | let hipMemcpy2DToArray_spt = __library.get(b"hipMemcpy2DToArray_spt\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5711 | let hipMemcpy2DFromArrayAsync_spt = __library [INFO] [stdout] | ----------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5714 | let hipMemcpy2DToArrayAsync_spt = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5717 | let hipStreamQuery_spt = __library.get(b"hipStreamQuery_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5718 | let hipStreamSynchronize_spt = __library.get(b"hipStreamSynchronize_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5719 | let hipStreamGetPriority_spt = __library.get(b"hipStreamGetPriority_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5720 | let hipStreamWaitEvent_spt = __library.get(b"hipStreamWaitEvent_spt\0").map(|sym| *sym); [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5721 | let hipStreamGetFlags_spt = __library.get(b"hipStreamGetFlags_spt\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5722 | let hipStreamAddCallback_spt = __library.get(b"hipStreamAddCallback_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5723 | let hipEventRecord_spt = __library.get(b"hipEventRecord_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5724 | let hipLaunchCooperativeKernel_spt = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5727 | let hipLaunchKernel_spt = __library.get(b"hipLaunchKernel_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5728 | let hipGraphLaunch_spt = __library.get(b"hipGraphLaunch_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5729 | let hipStreamBeginCapture_spt = __library [INFO] [stdout] | ------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5732 | let hipStreamEndCapture_spt = __library.get(b"hipStreamEndCapture_spt\0").map(|sym| *sym); [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5733 | let hipStreamIsCapturing_spt = __library.get(b"hipStreamIsCapturing_spt\0").map(|sym| *sym); [INFO] [stdout] | ------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5734 | let hipStreamGetCaptureInfo_spt = __library [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5737 | let hipStreamGetCaptureInfo_v2_spt = __library [INFO] [stdout] | ------------------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 5740 | let hipLaunchHostFunc_spt = __library.get(b"hipLaunchHostFunc_spt\0").map(|sym| *sym); [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 5741 | Ok(hip { [INFO] [stdout] | ____________^ [INFO] [stdout] 5742 | | __library, [INFO] [stdout] 5743 | | hipCreateChannelDesc, [INFO] [stdout] 5744 | | hipInit, [INFO] [stdout] ... | [INFO] [stdout] 6148 | | hipLaunchHostFunc_spt, [INFO] [stdout] 6149 | | }) [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_hip_sys` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "c0a43881263be03bd6f2c327eebf32d37c0509a9875c9b16637028057be2d509", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0a43881263be03bd6f2c327eebf32d37c0509a9875c9b16637028057be2d509", kill_on_drop: false }` [INFO] [stdout] c0a43881263be03bd6f2c327eebf32d37c0509a9875c9b16637028057be2d509