[PYTHON] Added credits to Scott Gray for the idea used in launch.cc

This commit is contained in:
Philippe Tillet
2020-08-12 19:39:57 -04:00
committed by Philippe Tillet
parent 150ba0c70b
commit 7af9d812cf

View File

@@ -1,3 +1,6 @@
// Thanks to Scott Gray (OpenAI) for the idea to pass the arguments
// as a string constructed with struct.pack in python
#include "triton/driver/buffer.h"
#include "triton/driver/stream.h"
#include "triton/runtime/function.h"