From 9c4dfd06e8172486678a37e66ff5b1a47c8b88f6 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Wed, 15 Nov 2023 15:51:55 -0500 Subject: [PATCH] mention skipped change --- kompute/op_softmax.comp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kompute/op_softmax.comp b/kompute/op_softmax.comp index 30b6f0260..a8c2682dc 100644 --- a/kompute/op_softmax.comp +++ b/kompute/op_softmax.comp @@ -6,6 +6,8 @@ * this software. Except as expressly granted in the SOM license, all rights are reserved by Nomic, Inc. */ +// TODO: implement multi-simd softmax (llama.cpp commit e16b9fa4) + #version 450 #include "common.comp"