HomeContributing
Community Development

Contributing to NextViper

NextViper is an open-source project maintained by Nuratix LLC. We welcome community pull requests, standard library extensions, bug reports, and performance optimizations.

PR #128: Add Vulkan GPU2 ReviewsMERGE PR

Contribution Workflow

1

Fork & Clone

Fork the official repository on GitHub, clone it to your workstation, and create a topic branch for your changes.

test_tensor_matmul ... PASStest_http_router ... PASS34 PASSED, 0 FAILED (12ms)
2

Build & Test

Compile the C++20 toolchain with GCC/Clang, run the regression test suite, and ensure all tests pass with 100% assertions.

3

Submit Pull Request

Open a clear pull request describing the motivation, implementation details, and verification steps for maintainer review.

Community Code of Conduct

All contributors and maintainers are expected to adhere to our standards.

Read Code of Conduct