You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

local.h 172 B

12345678910
  1. #pragma once
  2. #include <cuda_runtime_api.h>
  3. namespace megdnn {
  4. namespace test {
  5. void pollute_shared_mem(cudaStream_t stream);
  6. } // namespace test
  7. } // namespace megdnn