"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "e5fbe32807e06ead33590841a0da56c944fe9148"
Commit a34d310c authored by Chao Liu's avatar Chao Liu
Browse files

update buffer load

parent ac87ed7c
......@@ -17,7 +17,7 @@ union BufferResource
};
template <typename T>
__device__ auto make_wave_buffer_resource(T* p_wave, index_t data_space_size)
__device__ int32x4_t make_wave_buffer_resource(T* p_wave, index_t data_space_size)
{
BufferResource<T> wave_buffer_resource;
......
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