Advertisement
Guest User

Untitled

a guest
Aug 18th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. //
  2. // Generated by NVIDIA NVVM Compiler
  3. //
  4. // Compiler Build ID: CL-20616586
  5. // Driver 352.93
  6. // Based on LLVM 3.4svn
  7. //
  8.  
  9. .version 4.3
  10. .target sm_52, texmode_independent
  11. .address_size 64
  12.  
  13. // .globl fill_memory
  14. // conv_forward$Asub has been demoted
  15. // conv_forward$Bsub has been demoted
  16. // conv_backward$Asub has been demoted
  17. // conv_backward$Bsub has been demoted
  18. // conv_weights$Asub has been demoted
  19. // conv_weights$Bsub has been demoted
  20.  
  21. .entry fill_memory(
  22. .param .u32 fill_memory_param_0,
  23. .param .f32 fill_memory_param_1,
  24. .param .u64 .ptr .global .align 4 fill_memory_param_2,
  25. .param .u32 fill_memory_param_3
  26. )
  27. {
  28. .reg .pred %p<3>;
  29. .reg .f32 %f<2>;
  30. .reg .b32 %r<15>;
  31. .reg .b64 %rd<4>;
  32.  
  33.  
  34. ld.param.u32 %r6, [fill_memory_param_0];
  35. ld.param.f32 %f1, [fill_memory_param_1];
  36. ld.param.u64 %rd1, [fill_memory_param_2];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement