-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KUNLUNXIN] add FlagGems blas op support & minor fix for env vars (#727)
Co-authored-by: w4yne <[email protected]>
- Loading branch information
Showing
11 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
M : 16 | ||
N : 40 | ||
K : 256 | ||
ITERS: 50 | ||
SPECTFLOPS: 9999 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
echo "KUNLUNXIN ENV.SH start" | ||
|
||
source /root/miniconda/etc/profile.d/conda.sh && conda activate python38_torch201_cuda | ||
|
||
echo "KUNLUNXIN ENV.SH end" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
M : 16 | ||
N : 40 | ||
K : 256 | ||
ITERS: 50 | ||
SPECTFLOPS: 9999 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
echo "KUNLUNXIN ENV.SH start" | ||
|
||
source /root/miniconda/etc/profile.d/conda.sh && conda activate python38_torch201_cuda | ||
|
||
echo "KUNLUNXIN ENV.SH end" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
echo "KUNLUNXIN ENV.SH start" | ||
|
||
source /root/miniconda/etc/profile.d/conda.sh && conda activate python38_torch201_cuda | ||
export XPU_enable_reorder=1 | ||
export TRITONXPU_BUFFER_SIZE=128 | ||
|
||
echo "KUNLUNXIN ENV.SH end" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
M : 16 | ||
N : 40 | ||
K : 256 | ||
ITERS: 50 | ||
SPECTFLOPS: 9999 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
echo "KUNLUNXIN ENV.SH start" | ||
|
||
source /root/miniconda/etc/profile.d/conda.sh && conda activate python38_torch201_cuda | ||
|
||
echo "KUNLUNXIN ENV.SH end" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
echo "KUNLUNXIN ENV.SH start" | ||
|
||
source /root/miniconda/etc/profile.d/conda.sh && conda activate python38_torch201_cuda | ||
export Triton_big_instcombine=1000 | ||
export INST_COMBINE_LOOP_THRESHOLD=1000 | ||
|
||
echo "KUNLUNXIN ENV.SH end" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
echo "KUNLUNXIN ENV.SH start" | ||
|
||
source /root/miniconda/etc/profile.d/conda.sh && conda activate python38_torch201_cuda | ||
export Triton_big_instcombine=1000 | ||
export INST_COMBINE_LOOP_THRESHOLD=1000 | ||
|
||
echo "KUNLUNXIN ENV.SH end" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
M : 16 | ||
N : 40 | ||
K : 256 | ||
ITERS: 50 | ||
SPECTFLOPS: 9999 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
echo "KUNLUNXIN ENV.SH start" | ||
|
||
source /root/miniconda/etc/profile.d/conda.sh && conda activate python38_torch201_cuda | ||
|
||
echo "KUNLUNXIN ENV.SH end" |