test_bf16

This commit is contained in:
justheuristic 2022-09-17 23:06:57 +03:00
parent cc4858c2fd
commit 469d5a631d

View File

@ -253,7 +253,7 @@ for c in req_grad:
transpose = [(False, True), (False, False)] transpose = [(False, True), (False, False)]
str_transpose = ["NT", "NN"] str_transpose = ["NT", "NN"]
dtype = [torch.float16] dtype = [torch.float16, torch.bfloat16]
has_fp16_weights = [True, False] has_fp16_weights = [True, False]
has_bias = [True, False] has_bias = [True, False]
values = list( values = list(