extension-cpp icon indicating copy to clipboard operation
extension-cpp copied to clipboard

Adding new cmake/scikitbuild core based workflow

Open drisspg opened this issue 1 year ago • 2 comments
trafficstars

drisspg avatar Apr 05 '24 20:04 drisspg

Is this repo still being updated ? Last pushed commit was 5 years ago, so I though it was mainly archived, and seeing a Meta employee submitting a new PR after all this time is weird.

Anyway, I suppose it's still very early development since I can see all sorts of driss_torch mentions in the code.

The introduction of a Makefile is actually very interesting, but I suppose the tutorial should mention that somewhere as well

ClementPinard avatar Apr 08 '24 09:04 ClementPinard

@ClementPinard This repo has been archived for some number of time. There has been an influx of new cpp/cuda extensions in the PyTorch Community; flash-attention, mamba, bitsandbytes... One common problem is that extensions dont interact correctly with torch.compile. @zou3519 and I are going to work on updating this repo to provide clean templates for users.

The state of this PR is still very drafty

drisspg avatar Apr 09 '24 17:04 drisspg