We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025af2a commit 3776dcdCopy full SHA for 3776dcd
3 files changed
CMakeLists.txt
@@ -2,7 +2,7 @@
2
# and cmake/gpu.cmake for more details
3
cmake_minimum_required(VERSION 3.28)
4
project(gpu)
5
-
+set(PROJECT_ROOT "${CMAKE_CURRENT_SOURCE_DIR}")
6
set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # export compile_commands.json to use with
7
# LSP
8
set(CMAKE_CXX_STANDARD 20)
cmake/gpu.cmake
@@ -39,4 +39,3 @@ else()
39
target_include_directories(gpu PUBLIC "${DAWN_BUILD_DIR}/gen/src/emdawnwebgpu/include/")
40
target_include_directories(gpu PUBLIC "${DAWN_BUILD_DIR}/gen/src/emdawnwebgpu/include/webgpu/")
41
endif()
42
docs/gpuflow.md
@@ -75,4 +75,4 @@ Rank 1: Vector
75
Rank 2: Matrix
76
Rank 3: 3D Tensor (or Cube)
77
Rank 4: 4D Tensor
78
-Rank (max 8): Higher Dimensional Tensors
+Rank (max 8): Higher Dimensional Tensors
0 commit comments