python3-torch-scatter

PyTorch Extension Library of Optimized Scatter Operations

This package consists of a small extension library of highly optimized sparse update (scatter and segment) operations for the use in PyTorch, which are missing in the main package. Scatter and segment operations can be roughly described as reduce operations based on a given "group-index" tensor. Segment operations require the "group-index" tensor to be sorted, whereas scatter operations are not subject to these requirements.

libclc-17

OpenCL C language implementation - platform support

libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification.

libguile-ssh14

guile bindings for libssh

Guile-SSH is a library that provides access to the SSH protocol for programs written in GNU Guile interpreter. It is built upon the libssh library.

postgresql-16-prioritize

Get and set the nice priorities of PostgreSQL backends

This module implements an interface to getpriority() and setpriority() for PostgreSQL backends, callable from SQL functions. Essentially, this module allows users to `renice' their backends.

libturbojpeg-java

Java bindings for the TurboJPEG library

The libjpeg-turbo JPEG library is a library for handling JPEG files.

libtree-sitter0

incremental parsing system for programming tools

Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited.