Stella Laurenzo

Results 204 comments of Stella Laurenzo

> > We're going to need a better Python version testing story soon. Currently we test the oldest version in regular CI and leave later versions to release. This has...

Leaving this open until we verify they built.

If we better modularized the python build, we could re-arrange the PkgCI into a step to build the native dev packages sans Python on big CPU runners. Then we could...

I think we can actually completely forgo most of the gunk in build_linux_packages.sh (all of the docker stuff). For other projects, I'm either using GHA action runners that are already...

Usually when I've seen these kinds of issues resolved before, it requires a much more careful drill down vs a high level this vs that. There is no abstract answer...

> Usually when I've seen these kinds of issues resolved before, it requires a much more careful drill down vs a high level this vs that. There is no abstract...

Thank you. Will get this looked at today. (I also note that turbine isn't preserving source location properly and that can be fixed)

@monorimet just checking whether this is making progress?

Thanks, Jeff. Nit: Maybe a class level comment which says that the str format is expected to match the format used by nvidia-smi and can be counted on for that...

> @malfet is there some #ifdef I could add that would remove this feature for your internal builds? I would like to land this but I don't know how to...