Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

config.h 468 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  1. /*
  2. * Copyright (C) 2023, Inria
  3. * GRAPHDECO research group, https://team.inria.fr/graphdeco
  4. * All rights reserved.
  5. *
  6. * This software is free for non-commercial, research and evaluation use
  7. * under the terms of the LICENSE.md file.
  8. *
  9. * For inquiries contact george.drettakis@inria.fr
  10. */
  11. #ifndef CUDA_RASTERIZER_CONFIG_H_INCLUDED
  12. #define CUDA_RASTERIZER_CONFIG_H_INCLUDED
  13. #define NUM_CHANNELS 3 // Default 3, RGB
  14. #define BLOCK_X 16
  15. #define BLOCK_Y 16
  16. #endif
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...