Commit ff484bc7 authored by zhangyue's avatar zhangyue
Browse files

issue/111: fix format

parent b4b2adf7
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "xpu/runtime.h" #include "xpu/runtime.h"
// Get mask for kunlun xpu 512bit register calculation // Get mask for kunlun xpu 512bit register calculation
// if data is not enough to 512bit, padding zero and use // if data is not enough to 512bit, padding zero and use
// mask to identify real data // mask to identify real data
// 0 - i bit 1, others 0 // 0 - i bit 1, others 0
inline __device__ float lowerBitMask(int i) { inline __device__ float lowerBitMask(int i) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment