Heads up: sparse-compiler -> sparsifier flag renaming

The pull request 71875 will change the “sparse-compiler” flag into the “sparsifier” flag. All occurrences in the repo are adjusted but if your external project relies on this flag, the change is mechanical, for example

--sparse-compiler="enable-gpu-libgen"

simple becomes

--sparsifier="enable-gpu-libgen"

Please refer to this previous posting for the underlying motivation.

Also, check out our new website!