File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22# and cmake/gpu.cmake for more details
33cmake_minimum_required (VERSION 3.28)
44project (gpu)
5-
5+ set (PROJECT_ROOT " ${CMAKE_CURRENT_SOURCE_DIR} " )
66set (CMAKE_EXPORT_COMPILE_COMMANDS ON ) # export compile_commands.json to use with
77 # LSP
88set (CMAKE_CXX_STANDARD 20)
Original file line number Diff line number Diff line change 3939 target_include_directories (gpu PUBLIC "${DAWN_BUILD_DIR} /gen/src/emdawnwebgpu/include/" )
4040 target_include_directories (gpu PUBLIC "${DAWN_BUILD_DIR} /gen/src/emdawnwebgpu/include/webgpu/" )
4141endif ()
42-
Original file line number Diff line number Diff line change @@ -75,4 +75,4 @@ Rank 1: Vector
7575Rank 2: Matrix
7676Rank 3: 3D Tensor (or Cube)
7777Rank 4: 4D Tensor
78- Rank (max 8): Higher Dimensional Tensors
78+ Rank (max 8): Higher Dimensional Tensors
You can’t perform that action at this time.
0 commit comments