danieldk HF Staff commited on
Commit
7776a2f
·
1 Parent(s): b2c8e7a

Build with default capabilities

Browse files
Files changed (1) hide show
  1. build.toml +2 -3
build.toml CHANGED
@@ -8,9 +8,8 @@ src = [
8
  ]
9
 
10
  [kernel.activation]
11
- language = "cuda-hipify"
12
- cuda-capabilities = [ "7.0", "7.2", "7.5", "8.0", "8.6", "8.7", "8.9", "9.0", "10.0", "10.1", "12.0" ]
13
- rocm-archs = [ "gfx906", "gfx908", "gfx90a", "gfx940", "gfx941", "gfx942", "gfx1030", "gfx1100", "gfx1101" ]
14
  src = [
15
  "activation/activation_kernels.cu",
16
  "activation/cuda_compat.h",
 
8
  ]
9
 
10
  [kernel.activation]
11
+ #language = "cuda-hipify"
12
+ #rocm-archs = [ "gfx906", "gfx908", "gfx90a", "gfx940", "gfx941", "gfx942", "gfx1030", "gfx1100", "gfx1101" ]
 
13
  src = [
14
  "activation/activation_kernels.cu",
15
  "activation/cuda_compat.h",