Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tile_processor_gpu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Elphel
tile_processor_gpu
Commits
29147908
Commit
29147908
authored
Dec 07, 2021
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugging texture generation
parent
b5f12c63
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
615 additions
and
215 deletions
+615
-215
TileProcessor.cuh
src/TileProcessor.cuh
+338
-187
test_tp.cu
src/test_tp.cu
+272
-26
tp_defines.h
src/tp_defines.h
+5
-2
No files found.
src/TileProcessor.cuh
View file @
29147908
This diff is collapsed.
Click to expand it.
src/test_tp.cu
View file @
29147908
This diff is collapsed.
Click to expand it.
src/tp_defines.h
View file @
29147908
...
...
@@ -106,8 +106,8 @@
//#define DBG_TILE_X 40
//#define DBG_TILE_Y 80
#if TEST_LWIR
#define DBG_TILE_X 32 // 162 // 151 // 161 // 49
#define DBG_TILE_Y 36 // 88 // 121 // 69 // 111 // 66
#define DBG_TILE_X
52 //
32 // 162 // 151 // 161 // 49
#define DBG_TILE_Y
5 //
36 // 88 // 121 // 69 // 111 // 66
#define DBG_TILE (DBG_TILE_Y * 80 + DBG_TILE_X)
#else
#define DBG_TILE_X 114 // 32 // 162 // 151 // 161 // 49
...
...
@@ -126,6 +126,9 @@
//#define DEBUG4 1
//#define DEBUG5 1
//#define DEBUG6 1
// #define DEBUG7 1
#define DEBUG7A 1
/*
#define DEBUG7 1
#define DEBUG8 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment