<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>UDF C++ Examples on Kinetica Docs</title><link>/7.1/udf/cpp/examples/</link><description>Recent content in UDF C++ Examples on Kinetica Docs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/7.1/udf/cpp/examples/index.xml" rel="self" type="application/rss+xml"/><item><title>Example UDF (CUDA) - Sum of Squares</title><link>/7.1/udf/cpp/examples/dist_cuda_sum_of_squares/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.1/udf/cpp/examples/dist_cuda_sum_of_squares/</guid><description>The following implements the sum-of-squares algorithm as a distributed UDF using the CUDA-based UDF C++ API. The initialization script will be run separately from the UDF itself, and the execution script will need to target the UDF C++ binary.
This example will take a list of input tables and corresponding output tables (must be the same number) and, for each record of each input table, sums the squares of all input table columns and saves the result to the first column of the corresponding output table record; i.</description></item></channel></rss>