Commit c58fc51f authored by wangshaojie6's avatar wangshaojie6
Browse files

remove printf code

parent a6ebdb42
...@@ -266,9 +266,6 @@ struct DynamicBuffer ...@@ -266,9 +266,6 @@ struct DynamicBuffer
__builtin_memcpy(&(p_data_[i]), &tmp, sizeof(X)); __builtin_memcpy(&(p_data_[i]), &tmp, sizeof(X));
#else #else
//if(get_block_1d_id() == 0){
// printf("%d, tid=%d, i=%d\n", __LINE__, get_thread_local_1d_id(), i);
//}
*c_style_pointer_cast<X*>(&p_data_[i]) = x; *c_style_pointer_cast<X*>(&p_data_[i]) = x;
#endif #endif
} }
......
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