From 7af9d812cfb9cebc1d421e42c6d5ed12e8eb3f50 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Wed, 12 Aug 2020 19:39:57 -0400 Subject: [PATCH] [PYTHON] Added credits to Scott Gray for the idea used in launch.cc --- python/src/launch.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/src/launch.cc b/python/src/launch.cc index 1911bc7b3..24d7da6f1 100644 --- a/python/src/launch.cc +++ b/python/src/launch.cc @@ -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"