Commit 25d7fde8 authored by gaoqiong's avatar gaoqiong
Browse files

lite

parent 8439d29f
......@@ -25,7 +25,7 @@ namespace onnxruntime {
namespace rocm {
constexpr int ALIGN_BYTES = 16;
const int max_threads = 1024;
const int max_threads = 256; //const int max_threads = 1024;
dim3 SoftMax_getBlockSize(int ILP, uint64_t dim_size) {
uint64_t block_size = 1;
......
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