pub fn perform_compute_multiply( _ctx: &AshVulkanContext, a: &Vec<Vec<f64>>, b: &Vec<Vec<f64>>, ) -> Result<Value, String>