# Tensopt **Repository Path**: giuliostramondo/tensopt ## Basic Information - **Project Name**: Tensopt - **Description**: Tensor Optimization Library - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-30 - **Last Updated**: 2024-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Tensopt (Tensor Optimization) ============================= TODO - need an optimization.py - Add buffers at Function level and Loop Level - Check possible integration with islpy to verify legality of a loop transformation - Check possible integration with AscendC-IR - Need to reason about tensor representation of reductions DONE - Add Function class (list of loops) - Keeps input and output informations - wrapper.py becomes cpu_backend.py - Demo in python notebook (under Docs) - Add dependencies between access of a statement - Handle Matmul - Add tensor.np_compute() functionality - Handle repeated input in formula