Matt Ellis

Results 17 issues of Matt Ellis

**Describe the bug** RedisAI fails to link when using gcc 10.3.0. Numerous errors are generated that have the form: ``` /usr/bin/ld: src/CMakeFiles/redisai_obj.dir/serialization/ai_datatypes.c.o:(.bss+0x410): multiple definition of `RedisAI_ClearError'; src/CMakeFiles/redisai_obj.dir/redisai.c.o:(.bss+0x410): first defined here...

I tried pulling down a fresh version of RedisAI today and ran into some build errors (see below). The commands that I ran were: ``` git clone https://github.com/RedisAI/RedisAI.git --branch v1.0.2...

build-automation

For the application I am working on, it is helpful for performance to know the layout of the redis cluster with regards to hash slot distribution between the nodes. Is...

When using redis-plus-plus to send large messages, I noticed during memory profiling with valgrind massif that a heap allocation occurs when then `redisReply` object is transformed into a `std::string` (i.e....

# Description When RedisAI is used inside of the SmartSim Orchestrator to serve ML model inferences, the backends are loaded lazily by RedisAI. It has been observed that sometimes the...

area: orchestrator
type: performance
area: launcher

Currently users do not have access to logging capabilities in SmartRedis. This means that users do not have a detailed understanding of client activity in order to debug complex workflows....

Epic

# Description ``DataSet`` objects store multiple tensor and metdata fields that are accessible by a ``name`` parameter. Currently, we only have ``get_tensor_names()`` to return all of the tensor names in...

type: feature
area: python
area: C++
area: C
area: fortran

This epic covers the dependency updates that we want to do as part of the next releases of SmartSim and SmartRedis. This epic should be completed early in the release...

area: build
Epic

**Description** Originally, ```bad_function``` in ```test_errors.py``` had only the line: ``` raise Exception ``` However, with the new version of RedisAI, we get an error from RedisAI saying: ``` undefined value...

area: test
area: python
bug: minor

# Description Redis has a hard limit of 512 MB for string values. This could be a problem for ML models that are greater than 512 MB in size. Currently...

type: feature
area: C++