[Beignet] [PATCH 02/15] Backend: Add StoreProfiling and CalcTimestamp instructions

2015-08-12 Thread junyan . he
From: Junyan He Add two instructions for profiling usage. CalcTimestamp will calculate the timestamps and update the timestamp in the according slot. StoreProfiling will store the information to buffer and generate logs. Signed-off-by: Junyan He --- backend/src/ir/instruction.cpp | 98 ++

Re: [Beignet] [PATCH 02/15] Backend: Add StoreProfiling and CalcTimestamp instructions

2015-08-12 Thread Luo, Xionghu
Luo Xionghu Best Regards -Original Message- From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of junyan...@inbox.com Sent: Wednesday, August 12, 2015 4:49 PM To: beignet@lists.freedesktop.org Cc: Junyan He Subject: [Beignet] [PATCH 02/15] Backend: Add