Matteo Nicoli

Results 6 issues of Matteo Nicoli

**Platform information** * Python version: 3.8.0 * macOS version: macOS 14.5 (23F79) **Describe the bug** Running the tests I got the following error message: ``` Invalid Metal library. Could be...

# Description This PR implements the following functions from the `1.3 Geometric Property Functions` section: * ST_Dimension * ST_IsEmpty * ST_IsSimple * ST_NumGeometries * ST_NumInteriorRings * ST_NumPoints * ST_Y *...

pending
from community

# Description Base64 function was merged a couple of weeks ago. This PR adds compatibility with MySQL to_base64, i.e. it automatically casts the non-string parameters to string (integer and decimal...

from community

This reverts commit 802494f65f321ba78e49685760850da41701b89a, which caused the issue #1638.

bug :bug:
MacOS :green_apple:

After developing metrics on overall GPU utilization on macOS, I encountered a limitation in accessing the list of processes using the GPU and the GPU utilization (percentage) per process. Indeed,...

MacOS :green_apple:
feature request

This PR implements a first draft of the data structures required to implement sparse tensors support in ACL. Here are three points worth discussing: 1. In the COOTensor and CSRTensor...