Skip to content

Commit 087e030

Browse files
committed
refactor: move gpu out
1 parent 93c4c92 commit 087e030

13 files changed

Lines changed: 4 additions & 4 deletions

File tree

bezier_sycl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"os"
77

8-
"github.com/FloatTech/gg/internal/gpu"
8+
"github.com/FloatTech/gg/gpu"
99
"github.com/fumiama/gozel/ze"
1010
)
1111

darkimg_ocl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/fumiama/gozel/gozel"
1313
"github.com/fumiama/gozel/ze"
1414

15-
"github.com/FloatTech/gg/internal/gpu"
15+
"github.com/FloatTech/gg/gpu"
1616
)
1717

1818
//go:generate ocloc compile -file internal/build/darkimg_ocl.cl -spv_only -options "-cl-mad-enable -cl-fast-relaxed-math -cl-finite-math-only -cl-single-precision-constant" -internal_options "-O3" -output internal/build/darkimg_ocl
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)