Skip to content

Conversation

giordano
Copy link
Contributor

This fixes the warning

┌ TensorOperations → TensorOperationscuTENSORExt
│  WARNING: Constructor for type "CUDAAllocator" was extended in `TensorOperationscuTENSORExt` without explicit qualification or import.
│    NOTE: Assumed "CUDAAllocator" refers to `TensorOperations.CUDAAllocator`. This behavior is deprecated and may differ in future versions.
│    NOTE: This behavior may have differed in Julia versions prior to 1.12.
│    Hint: If you intended to create a new generic function of the same name, use `function CUDAAllocator end`.
│    Hint: To silence the warning, qualify `CUDAAllocator` as `TensorOperations.CUDAAllocator` in the method signature or explicitly `import TensorOperations: CUDAAllocator`.
└  

when precompiling the extension.

Copy link

codecov bot commented Sep 10, 2025

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
ext/TensorOperationscuTENSORExt.jl 0.00% 1 Missing ⚠️
Files with missing lines Coverage Δ
ext/TensorOperationscuTENSORExt.jl 1.73% <0.00%> (-94.79%) ⬇️

... and 26 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@lkdvos lkdvos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for that fix, looks like this should have been imported anyways. I didn't know this didn't previously give warnings. Appreciate the update!

@lkdvos lkdvos merged commit cd34d31 into QuantumKitHub:master Sep 10, 2025
15 of 16 checks passed
@giordano giordano deleted the patch-1 branch September 10, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants