microsoft / triton-shared

Shared Middle-Layer for Triton Compilation
MIT License
132 stars 26 forks source link

Use https for Triton git repo #94

Closed aaronsm closed 5 months ago

nhat-nguyen commented 5 months ago

May I ask why we need to change to https? With ssh enabled, I can freely change the branch in the triton submodules and push branches upstream if necessary -- no passwords required after ssh public keys are configured.

aaronsm commented 5 months ago

It's a recommendation as this works out of the box without setting up ssh. This could be addressed in the README I guess by calling out ssh has to be setup.

nhat-nguyen commented 5 months ago

Ah ok that makes sense. I guess this makes it easier for people then.