Skip to content

Commit

Permalink
remove test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-sam committed May 10, 2024
1 parent dde43f9 commit ebf3aa6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion example/dnn_run.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <HalideBuffer.h>

#include <dnn.h>
#include "dnn.h"

int main(int argc, char *argv[]) {
try {
Expand Down
3 changes: 0 additions & 3 deletions example/producerx3_compile.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ int main() {
n = b.add("base_extend_dimension_1d_uint8")(n["output"]);
n = b.add("base_extend_dimension_2d_uint8")(n["output"]);

// std::printf("cuda found: %d\n",CUDA_FOUND);

b.compile("producerx3");
// b.compile("producerx3_gpu");
} catch (const std::exception &e) {
std::cerr << e.what() << std::endl;
return -1;
Expand Down

0 comments on commit ebf3aa6

Please sign in to comment.