-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor cleanups, fix non binary compile (#23882)
Co-authored-by: Comma Device <device@comma.ai>
- Loading branch information
Showing
8 changed files
with
27 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
selfdrive/modeld/thneed/kernels/convolution_horizontal_reduced_reads.cl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define SUPPORT_DILATION | ||
|
||
__kernel void convolution_horizontal_reduced_reads( | ||
#include "convolution_.cl" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ | |
#define SUPPORT_ACCUMULATION | ||
|
||
__kernel void convolution_horizontal_reduced_reads_1x1( | ||
#include "convolution_.cl" |
1 change: 0 additions & 1 deletion
1
selfdrive/modeld/thneed/kernels/convolution_horizontal_reduced_reads_5_outputs.cl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define NUM_OUTPUTS 5 | ||
|
||
__kernel void convolution_horizontal_reduced_reads_5_outputs( | ||
#include "convolution_.cl" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ | |
#define SUPPORT_DILATION | ||
|
||
__kernel void convolution_horizontal_reduced_reads_depthwise( | ||
#include "convolution_.cl" |
1 change: 0 additions & 1 deletion
1
selfdrive/modeld/thneed/kernels/convolution_horizontal_reduced_reads_depthwise_stride_1.cl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#define DEPTHWISE | ||
|
||
__kernel void convolution_horizontal_reduced_reads_depthwise_stride_1( | ||
#include "convolution_.cl" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters