NVIDIA / modulus

Open-source deep-learning framework for building, training, and fine-tuning deep learning models using state-of-the-art Physics-ML methods
https://developer.nvidia.com/modulus
Apache License 2.0
836 stars 190 forks source link

Artemis Automated Code Optimiser: Readability Improvements #390

Open artemisTurintech opened 4 months ago

artemisTurintech commented 4 months ago

Modulus Pull Request

Description

What is this PR about?

This PR includes a series of suggestions generated by Artemis (see our github profile for more info), aimed at demonstrating its potential to offer LLM powered coding enhancements.

It contains two small commits focusing on readability and small performance improvements on the context of a single function. As such, it does not make contextual assumption about the repository. These suggestions are generated by our Artemis product, which, augmented by a number of LLMs, is able to find potential optimisations to a given code repository.

Why are we doing this?

We believe in the transformative power of LLMs in coding and software development. By sharing this PR, we hope to spark interest in Artemis and explore potential collaborations or use cases where our tool could bring value to projects like clara-viz.

What we are not saying

Checklist