rm commented code
This commit is contained in:
parent
683ac381d8
commit
20453f3361
1 changed files with 1 additions and 3 deletions
|
@ -10876,8 +10876,6 @@ static void soft_max_f32_submitter(const float * x, const float * mask, const fl
|
|||
const size_t n_local_scratch, dpct::queue_ptr stream) {
|
||||
stream->submit([&](sycl::handler &cgh) {
|
||||
sycl::local_accessor<float, 1> local_buf_acc(n_local_scratch, cgh);
|
||||
//sycl::local_accessor<float, 1> local_buf_acc(
|
||||
// sycl::range<1>(32 /*SYCL_SOFT_MAX_BLOCK_SIZE/WARP_SIZE*/), cgh);
|
||||
|
||||
cgh.parallel_for(
|
||||
sycl::nd_range<3>(block_nums * block_dims, block_dims),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue